Am 08.04.2013 um 19:46 schrieb Xenia <yor...@googlemail.com>:

> Hi context list,
> 
> I want to place three figures in a row, but two of them as part of a
> combination with a common caption.
> I tried this with columns, but did not manage it, because I only read
> how to span 2 columns with single figures.
> 
> How can this be done properly?

You can use a table.

\setupexternalfigures[location=default]

\starttext

\bTABLE[frame=off,align=middle]
  \bTR
    \bTD \externalfigure[cow]   [height=5\lineheight] \eTD
    \bTD \externalfigure[mill]  [height=5\lineheight] \eTD
    \bTD \externalfigure[hacker][height=5\lineheight] \eTD
  \eTR
  \bTR
    \bTD Figure 1\eTD
    \bTD[nx=2] Figure 2 and 3 \eTD
  \eTR
\eTABLE

\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