Am 28.10.2012 um 15:59 schrieb Marco Patzer <home...@lavabit.com>:

>> So I have to enclose \startcombination … \stopcombination in 
>> \placefigure[][]{}.
>> How to locate the combined figures at the horizontal center?
> 
> \midaligned
>  {\startcombination[2*1]
>    {\externalfigure[dummy][]}{aaaaaa}
>    {\externalfigure[dummy][]}{bbbbbb}
>   \stopcombination}


When there are more combinations in the document I would create a named 
framedtext to align them.

\defineframedtext
  [centered]
  [frame=off,
   width=fit,
   offset=overlay,
   location=middle]

\useMPlibrary[dum]

\starttext

\startcentered
        \startcombination[2*1]
                \startcontent
                        \externalfigure[dummy]%
                \stopcontent
                \startcaption
                        aaaaaa
                \stopcaption
                \startcontent
                        \externalfigure[dummy]%
                \stopcontent
                \startcaption
                        bbbbbb
                \stopcaption
        \stopcombination
\stopcentered

\stoptext

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

maillist : ntg-context@ntg.nl / 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