13 Mar
2007
13 Mar
'07
10:40 a.m.
2007/3/13, Zhichu Chen
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
Hi Chen, the following code should work: \setupfloat[figure][default=margin] \starttext \dorecurse{10}{\placefigure{}{}}\dorecurse{10}{\input knuth\endgraf} \stoptext Wolfgang