1 Dec
2010
1 Dec
'10
1:02 p.m.
Hi all, please consider the following example: \setupindenting[big,yes] \setupfloats[indentnext=yes] % default: no \def\TestFloatPlacement#1% {\input tufte \par \placefigure[#1,nonumber]{place=#1}{} \dorecurse{2}{\input tufte \par} \page} \starttext \TestFloatPlacement{top} \TestFloatPlacement{bottom} \TestFloatPlacement{auto} \TestFloatPlacement{right} \stoptext Only "top" seems to give the right indenting. It worked (at least with "auto") a while ago. I have many floats placed "auto". So is there a quick fix? Greeting Andreas