On Tuesday, February 8, 2022 7:12 AM Michael Urban via ntg-context wrote:
> produces output (for me) with the next paragraph after the figure placement
> unindented.  I cannot think of a workaround hack in this case.

Some location values seem to affect the indentation in the next paragraph. A 
fix 
is to use \indentation after \stopplacefigure.

    \setupfloat[figure][indentnext=yes]
    \starttext
    %\setupbodyfont[11pt]
    \setupindenting[yes, medium]
    \input ward
    \endgraf

    \startplacefigure[title=A Figure,location={page,auto}]
    \startframedtext \input ward.tex \stopframedtext
    \stopplacefigure
    \indentation
    Why am I not indented?

    \input ward
    \stoptext

Sreeram


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to