Difference between revisions of "Command/setupfloatsplitting"

From Wiki
Jump to navigation Jump to search
m (Text replace - "Category:(.*)" to "Category:Command/$1")
 
(10 intermediate revisions by 3 users not shown)
Line 4: Line 4:
 
}}
 
}}
  
 +
== [[Help:Reference|Syntax]] (autogenerated) ==
 +
<syntax>setupfloatsplitting</syntax>
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==
 
<table cellspacing="4" cellpadding="2" class="cmd">
 
<table cellspacing="4" cellpadding="2" class="cmd">
Line 11: Line 13:
 
   <tr valign="top" class="first">
 
   <tr valign="top" class="first">
 
     <td class="cmd">[[Command/keyword:conversion|conversion]]</td>
 
     <td class="cmd">[[Command/keyword:conversion|conversion]]</td>
     <td>[[Command/value:numbers|numbers]] [[Command/value:characters|characters]] [[Command/value:Characters|Characters]] [[Command/value:romannumerals|romannumerals]] [[Command/value:Romannumerals|Romannumerals]] </td>
+
     <td>[[Command/value:numbers|numbers]] [[Command/value:characters|characters]] [[Command/value:Characters|Characters]] [[Command/value:romannumerals|romannumerals]] [[Command/value:Romannumerals|Romannumerals]] [[Command/value:continued|continued]] </td>
 
   </tr>
 
   </tr>
 
   <tr valign="top" class="first">
 
   <tr valign="top" class="first">
Line 19: Line 21:
 
</table>
 
</table>
  
 +
== Description ==
  
== Description ==
+
When a table is printed (using {{cmd|placetable}}) the 'split' option can be specified to enable a long table to be split over several pages. If  this happens then the table on each page is labelled "Table 1a Your Caption", "Table 1b  Your Caption", "Table 1c Your Caption" and so on.
 
 
  
 +
This command controls the formatting of the sub-table label.
  
 
== Example ==
 
== Example ==
 
<!-- Please fill in an example if you can -->
 
<!-- Please fill in an example if you can -->
 +
 +
1) Use lower case Roman numerals for the table page instead of characters:
 +
<context source="yes">
 +
\setupfloatsplitting [conversion=romannumerals]
 +
</context>
 +
 +
2) Use "Table 1 (cont’d)" for second and subsequent table pages, instead of a, b, c etc.:
 +
<context source="yes">
 +
\setuplabeltext [en] [continued={ (cont’d)}]
 +
\setupfloatsplitting [conversion=continued]
 +
</context>
  
 
== See also ==
 
== See also ==
<!-- something like [[cmd:goto|\goto]] -->
+
{{cmd|setuplabeltext}}
  
 
== Help from ConTeXt-Mailinglist/Forum ==
 
== Help from ConTeXt-Mailinglist/Forum ==

Latest revision as of 22:30, 13 August 2022

\setupfloatsplitting

Syntax (autogenerated)

\setupfloatsplitting[...=...,...]
beforecommand
aftercommand
inbetweencommand
linesauto number
conversionname


Syntax

\setupfloatsplitting[...,...=...,...]
conversion numbers characters Characters romannumerals Romannumerals continued
lines number

Description

When a table is printed (using \placetable) the 'split' option can be specified to enable a long table to be split over several pages. If this happens then the table on each page is labelled "Table 1a Your Caption", "Table 1b Your Caption", "Table 1c Your Caption" and so on.

This command controls the formatting of the sub-table label.

Example

1) Use lower case Roman numerals for the table page instead of characters:

\setupfloatsplitting [conversion=romannumerals]

2) Use "Table 1 (cont’d)" for second and subsequent table pages, instead of a, b, c etc.:

\setuplabeltext [en] [continued={ (cont’d)}]
\setupfloatsplitting [conversion=continued]

See also

\setuplabeltext

Help from ConTeXt-Mailinglist/Forum

All issues with: