[dev-context] Combinations and \startcontent/\startcaption commands

Wolfgang Schuster wolfgang.schuster at gmail.com
Mon Oct 29 20:36:34 CET 2012


Hi Hans,

with the use of \stopcaption a visible space is added to the caption of the combination. Can you change the definition of the command from

  \let\stopcaption \egroup

to

  \def\stopcaption {\unskip\egroup}

or something similar.


Example:

\starttext

\startcombination[2*1]
    {\framed{Content 1}}{Caption 1}
    {\framed{Content 2}}{Caption 2}
\stopcombination

\startcombination[2*1]
    \startcontent
        \framed{Content 1}
    \stopcontent
    \startcaption
        Caption 1
    \stopcaption
    \startcontent
        \framed{Content 2}
    \stopcontent
    \startcaption
        Caption 2
    \stopcaption
\stopcombination

\stoptext


Wolfgang


More information about the dev-context mailing list