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
_______________________________________________
dev-context mailing list
[email protected]
http://www.ntg.nl/mailman/listinfo/dev-context