9 Sep
2006
9 Sep
'06
11:05 a.m.
The following works on my machine
\setupindenting[yes,medium] \setupfloats[indentnext=yes]
\starttext
\input knuth \par
\placefigure {} {\framed [offset=none, width=0.6\makeupwidth, height=0.4\textheight] {figure}}
\dorecurse{3}{\input knuth\par}
\stoptext
Wolfgang
Hallo Wolfgang! Your example doesn't use \setupfloat[figure][default={page,high,none}] and I found, that the option 'page' in this statement toggles indenting of next paragraph! I don't understand this at all. Please, can someone explain the interrelation between these two things? And a second: It seems, that \setupfloats[indentnext=yes] has nothing to do with indenting of next paragraph. What is the real meaning of this option? Wolfgang