Difference between revisions of "Command/splitfloat"

From Wiki
Jump to navigation Jump to search
m (Text replace - "Reference/en|" to "Commands|")
m (Text replace - "Reference/en/" to "Command/")
Line 11: Line 11:
 
   <tr valign="top" class="first">
 
   <tr valign="top" class="first">
 
     <td class="cmd">[...,...=...,...]</td>
 
     <td class="cmd">[...,...=...,...]</td>
     <td>see [[Reference/en/setupfloatsplitting|\setupfloatsplitting]] </td>
+
     <td>see [[Command/setupfloatsplitting|\setupfloatsplitting]] </td>
 
   </tr>
 
   </tr>
 
   <tr valign="top" class="second">
 
   <tr valign="top" class="second">

Revision as of 02:42, 14 March 2012

\splitfloat

Syntax

\splitfloat[...,...=...,...]{...}{...}
[...,...=...,...] see \setupfloatsplitting
{...} text
{...} text


Description

Example

% splits a table across pages. Example taken from mailinglist
% I am not sure what lines=3 means here
\starttext
\splitfloat
   [lines=3,conversion=greek]
   {\placetable{Operators}}
   {\starttablehead
      \HL
      \NC \bf Operator     \NC \bf Matches     \NC\SR
      \HL
      \stoptablehead
      \starttabletail
      \HL
      \stoptabletail
      \starttables[|l|lp(25em)|]
      \dorecurse{50}{\NC . \NC anything \NC\AR}
    \stoptables}
\stoptext


See also