Changes

Jump to navigation Jump to search
17 bytes added ,  11:11, 2 September 2004
m
changed pre to texcode and tt to cmd
Combinations are ConTeXt's way to align several pictures (preferrably at same size):
<pretexcode>
\startcombination[x*y]
{something}{caption} ...
...
\stopcombination
</pretexcode>
means:
You define, how much figures in columns * rows you'd like to align.
You must provide one "figure something" (e.g. an <ttcmd>\externalfigure</ttcmd>) and a caption for every "cell".
The sample from the manual:
<pretexcode>
\placefigure
[here] % placement
\stopcombination
} % whole combination in braces of placefigure
</pretexcode>
shows how to define a caption for the whole group and use it as float (see [[Floating Objects]]).

Navigation menu