2007/3/13, Zhichu Chen <zhichu.chen@gmail.com>:
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