Changes

Jump to navigation Jump to search
31 bytes removed ,  21:50, 5 June 2020
m
no edit summary
< [[Graphics]], [[Using Graphics]] | [[Tables]] >
 
Combinations are ConTeXt's way to align several pictures (preferrably at same size):
You must provide one "figure something" (e.g. an <cmd>externalfigure</cmd>) and a caption for every "cell".
The sample , from the manual, shows how to define a caption for the whole group and use it as float (see [[Floating Objects]]): <texcodecontext source=yes>
\placefigure
[here] % placementoption
[fig:combinations] % reference
{An example of combination} % caption for whole group
\stopcombination
} % whole combination in braces of placefigure
</texcodecontext>shows how to define a caption for the whole group and use it as float (see [[Floating Objects]]).
== Setup ==

Navigation menu