Am 26.03.2011 um 23:37 schrieb Marco:

> How to indent the paragraph after a \placefigure?
> 
> Example:
> 
> \setupindenting [yes, medium]
> \starttext
> This line is indented as intended.
> 
> \placefigure[auto][fig:somefigure]{My graphic}{}
> 
> This is not, but I'd like it to be.
> 
> This line is fine.
> \stoptext

Not sure if there are side effects but adding \nonoindentation to these
two commands from strc-flt.mkiv help for the “auto” and “bottom” keywords.

- \def\somebottomfloat       [#1]{\someelsefloat[#1]}
- \def\someautofloat         [#1]{\someelsefloat[#1]}
+ \def\someautofloat         [#1]{\someelsefloat[#1]\nonoindentation}
+ \def\somebottomfloat       [#1]{\someelsefloat[#1]\nonoindentation}

Wolfgang

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

maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to