On Mon, Jul 16 2012, d_jan wrote:

> Is it possible to set the caption position for some images to another position
> than the one defined in \setupcations ?
> The standard in my document is location=bottom but for some images I'd prefer
> =right.

\setupcaptions[location=bottom]
\def\PlaceRightFigure#1#2{{\setupcaptions[location=right]%
    \placefigure{#1}{#2}}}
\starttext
\placefigure{caption 1}{figure 1}
\PlaceRightFigure{caption 2}{figure 2}
\placefigure{caption 3}{figure 3}
\stoptext

-- 
           Peter
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to