Changes

Jump to navigation Jump to search
no edit summary
}}
== [[Help:Reference|Syntax]] (autogenerated) ==
<syntax>setupcombinations</syntax>
== [[Help:Reference|Syntax]] ==
<table cellspacing="4" cellpadding="2" class="cmd">
<tr>
<td colspan="2" class="cmd">\setupcombinations<span class="first" >[...,...=...,...]</span></td>
</tr>
<tr>
<td colspan="2" class="cmd">\setupcombination<span class="second">[''name defined with {{cmd|definecombination}}'']</span><span class="first" >[...,...=...,...]</span></td>
</tr>
<tr valign="top" class="first">
<td class="cmd">[[Command/keyword:before|before]]</td>
<td>[[Command/value:command|''command'']] to be executed before each item-caption pair</td> </tr> <tr valign="top" class="first"> <td class="cmd">[[Command/keyword:nx|nx]]</td> <td>[[Command/value:nx|''number'']] of columns in the combination (default: 2)</td> </tr> <tr valign="top" class="first"> <td class="cmd">[[Command/keyword:ny|ny]]</td> <td>[[Command/value:ny|''number'']] of rows in the combination (default: as many as needed)</td>
</tr>
 
<tr valign="top" class="first">
<td class="cmd">[[Command/keyword:inbetween|inbetween]]</td>
<td>[[Command/value:command|''command'']] to be executed between each item and its caption</td>
</tr>
<tr valign="top" class="first">
<td class="cmd">[[Command/keyword:after|after]]</td>
<td>[[Command/value:command|''command'']] to be executed after each item-caption pair</td>
</tr>
<tr valign="top" class="first">
<td class="cmd">[[Command/keyword:color|color]]</td>
<td>[[Command/value:name|name]] </td>
</tr>
<tr valign="top" class="first">
<td class="cmd">[[Command/keyword:alternative|alternative]]</td>
<td>
{| class="wikitable"
|-
| text || interpret every second item in the combination as a caption
|-
| label || interpret every item as a figure; labels are automatically added.
|}</td>
</tr>
<tr valign="top" class="first">
<td class="cmd">[[Command/keyword:continue|continue]]</td>
<td>
{| class="wikitable"
|-
| yes || If alternative=label, label numbers (i.e. subfigure numbers) do not reset at the start of each combination
|-
| no || If alternative=label, label numbers reset at the start of each new combination
|}</td>
</tr>
</table>
== Description ==
 Set up the behaviour of {{cmd|startcombination}} or {{cmd|startcombination|[mycombination]}}. These parameters may also be used ad-hoc in the options parameter of {{cmd|startcombination}}.
== Example ==
* Suppressing both the horizontal and vertical gap between cells:
<texcode>\setupcombinations[distance=0mm,inbetweenafter=]</texcode> * a 10mm horizontal and vertical gap between cells:<texcode>\setupcombinations[distance=10mm,after={\blank[10mm]}]</texcode> The distance between the content and its caption entry is set with the 'inbetween' parameter.
== See also ==
<!-- something like * {{cmd|gotostartcombination}} -->for an example of {{code|alternative=label}}* {{cmd|placefloat}} to float a combination* {{cmd|setuplabel}} to adapt a combination's automatic labels
== Help from ConTeXt-Mailinglist/Forum ==
{{Forum|{{SUBPAGENAME}}}}
[[Category:CommandsCommand/Floating|setupcombinations]]

Navigation menu