Hi everyone,I just wrote a small test file:===========================\starttext\dorecurse{10}{\placefigure[inright]{}{}}\dorecurse{10}{\input knuth\endgraf}
\stoptext
===========================You can see that the in-margin figures do push the main texts away. How can I do with that?If you get any suggestions, please let me know.Thank you.
--
Sincerely yours,
Chen
\setupfloat[figure][default=margin]
\starttext
\dorecurse{10}{\placefigure{}{}}\dorecurse{10}{\input knuth\endgraf}
\stoptext
Wolfgang