
8 Feb
2025
8 Feb
'25
1:12 p.m.
Hi all, I came across a problem with indentation of a paragraph following an image. The location "here" indents the next paragraph as expected whereas with option "page" not. What am I doing wrong? Or is there any other parameter? Thanks for any hint. Tomáš %%%%%%%%%%%%%%%%%%%%%%%%%%% % Tested with TL2024 and with current LMTX \setupindenting[yes,2em] %\setupfloat[figure][indentnext=yes] \setupfloat[indentnext=yes] \starttext \input knuth %\startplacefigure[location=here] %OK \startplacefigure[location=page] %does not indent \framed{An image} \stopplacefigure \input knuth \stoptext %%%%%%%%%%%%%%%%%%%%%%%%%%%