Hi Wolfgang,
Thank you. Now I want the figures or boxes with text are automatically placed in the right margin. Is this the best way ?
How have justified text in the boxes ?
Fabrice
########################################################
\useMPlibrary [dum]
\setuplayout
[width=13cm,
rightmargin=5cm]
\setupbodyfont[pagella,11pt]
\definefloat
[recipe]
[figure]
\setupfloat
[recipe]
[default={rightmargin,none}]
\setupframed
[frame=on,
width=\rightmarginwidth,
align=flushleft,
location=low,
rulethickness=1pt,
framecolor=blue,
corner=00]
\starttext
\showframe
\placerecipe{}{\externalfigure [dummy] [width=\rightmarginwidth]}
\placerecipe{}{\framed{La vie n'est pas un long fleuve tranquille !}}
\stoptext
#######################################################