Difference between revisions of "Command/startcombination"
From ConTeXt wiki
< Command
Jump to navigationJump to searchm (Text replace - "[[Category:Commands|" to "== ConTeXt-Forum == {{Forum|{{SUBPAGENAME}}}} [[Category:Commands|") |
m (Text replace - "ConTeXt-Forum " to "Help from ConTeXt-Forum ") |
||
Line 45: | Line 45: | ||
<!-- something like [[cmd:goto|\goto]] --> | <!-- something like [[cmd:goto|\goto]] --> | ||
− | == ConTeXt-Forum == | + | == Help from ConTeXt-Forum == |
{{Forum|{{SUBPAGENAME}}}} | {{Forum|{{SUBPAGENAME}}}} | ||
[[Category:Commands|startcombination]] | [[Category:Commands|startcombination]] |
Revision as of 02:14, 15 March 2012
\startcombination
Syntax
\startcombination[...] ... \stopcombination | |
[...] | matrix |
Description
matrix = cols*rows (e.g. 3*2 means 3 columns and 2 rows).
This command can be used with figures, tables or other floats.
Example
\placefigure [here] {Caption.} {\startcombination[3*2] {\externalfigure[f11][width=\OneColWidth]}{Subcaption 11.} {\externalfigure[f12][width=\OneColWidth]}{Subcaption 12.} {\externalfigure[f13][width=\OneColWidth]}{Subcaption 13.} {\externalfigure[f21][width=\OneColWidth]}{Subcaption 21.} {\externalfigure[f22][width=\OneColWidth]}{Subcaption 22.} {\externalfigure[f23][width=\OneColWidth]}{Subcaption 23.} \stopcombination}