2007/11/16, Peter Schorsch <[EMAIL PROTECTED]>:
> Hi,
>
> as soon I enter the cbox-line the combination is not longer centered. I tried
> to embed the combination in a cbox, but that had no effect. Has anyone a hint
> how to center the combination successfullly?
>
> \starttext
> \placefigure
>         [force][fig:xy]
>         {captiontext}
>         {\startcombination[2*1]
>                 {\externalfigure[xxx][]}{}
>                 {\externalfigure[yyy][]}{}
>         \stopcombination
>         \cbox{\tfx Quelle: XY}
>         }
> \stoptext
>
> Thanks, P.

\setuplegend
  [align=middle,
   bodyfont=small]

\starttext

\placefigure
  [force][fig:xy]
  {captiontext}
  {\placelegend
     {\startcombination[2*1]
        {\externalfigure[xxx]}{}
        {\externalfigure[yyy]}{}
      \stopcombination}
     {Quelle: XY}}

\stoptext

You can define legend commands with \definepairedbox (see core-mis.tex)
and you can skip the second pair of brackets after \externalfigure.

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to