Am 01.12.2010 um 13:02 schrieb Andreas Harder: > 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? Hi again, I tried some more placement options (attachment). An indent only shows up with the option "here", "top" and "margin".