Difference between revisions of "Command/setupcombination"

From Wiki
Jump to navigation Jump to search
m (Category Floating)
(4 intermediate revisions by 3 users not shown)
Line 4: Line 4:
 
}}
 
}}
  
 +
== [[Help:Reference|Syntax]] (autogenerated) ==
 +
<syntax>setupcombinations</syntax>
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==
 
<table cellspacing="4" cellpadding="2" class="cmd">
 
<table cellspacing="4" cellpadding="2" class="cmd">
 
   <tr>
 
   <tr>
 
     <td colspan="2" class="cmd">\setupcombinations<span class="first" >[...,...=...,...]</span></td>
 
     <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>
 
   <tr valign="top" class="first">
 
   <tr valign="top" class="first">
 
     <td class="cmd">[[Command/keyword:before|before]]</td>
 
     <td class="cmd">[[Command/keyword:before|before]]</td>
     <td>[[Command/value:command|command]] </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>
 +
 
   <tr valign="top" class="first">
 
   <tr valign="top" class="first">
 
     <td class="cmd">[[Command/keyword:inbetween|inbetween]]</td>
 
     <td class="cmd">[[Command/keyword:inbetween|inbetween]]</td>
     <td>[[Command/value:command|command]] </td>
+
     <td>[[Command/value:command|''command'']] to be executed between each item and its caption</td>
 
   </tr>
 
   </tr>
 
   <tr valign="top" class="first">
 
   <tr valign="top" class="first">
 
     <td class="cmd">[[Command/keyword:after|after]]</td>
 
     <td class="cmd">[[Command/keyword:after|after]]</td>
     <td>[[Command/value:command|command]] </td>
+
     <td>[[Command/value:command|''command'']] to be executed after each item-caption pair</td>
 
   </tr>
 
   </tr>
 
   <tr valign="top" class="first">
 
   <tr valign="top" class="first">
Line 48: Line 62:
 
     <td class="cmd">[[Command/keyword:color|color]]</td>
 
     <td class="cmd">[[Command/keyword:color|color]]</td>
 
     <td>[[Command/value:name|name]] </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>
 
   </tr>
 
</table>
 
</table>
Line 53: Line 87:
  
 
== Description ==  
 
== 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 ==
 
== Example ==
Line 60: Line 93:
  
 
* Suppressing both the horizontal and vertical gap between cells:
 
* Suppressing both the horizontal and vertical gap between cells:
<texcode>\setupcombinations[distance=0mm,inbetween=]</texcode>
+
<texcode>\setupcombinations[distance=0mm,after=]</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 ==
 
== See also ==
<!-- something like {{cmd|goto}} -->
+
* {{cmd|startcombination}} 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 ==
 
== Help from ConTeXt-Mailinglist/Forum ==

Revision as of 14:53, 15 October 2019

\setupcombinations

Syntax (autogenerated)

Syntax

\setupcombinations[...,...=...,...]
\setupcombination[name defined with \definecombination][...,...=...,...]
before command to be executed before each item-caption pair
nx number of columns in the combination (default: 2)
ny number of rows in the combination (default: as many as needed)
inbetween command to be executed between each item and its caption
after command to be executed after each item-caption pair
distance dimension
height dimension fit
width dimension fit
location top middle bottom left right
align no left right middle normal
style normal bold slanted boldslanted type cap small command
color name
alternative
text interpret every second item in the combination as a caption
label interpret every item as a figure; labels are automatically added.
continue
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


Description

Set up the behaviour of \startcombination or \startcombination[mycombination]. These parameters may also be used ad-hoc in the options parameter of \startcombination.

Example

  • Suppressing both the horizontal and vertical gap between cells:
\setupcombinations[distance=0mm,after=]
  • a 10mm horizontal and vertical gap between cells:
\setupcombinations[distance=10mm,after={\blank[10mm]}]

The distance between the content and its caption entry is set with the 'inbetween' parameter.

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: