Difference between revisions of "Command/splitfloat"

From Wiki
Jump to navigation Jump to search
m (Text replace - "ConTeXt-Forum " to "Help from ConTeXt-Forum ")
m (Text replace - "== Help from ConTeXt-Forum ==" to "== Help from ConTeXt-Forum == All issues with:")
Line 57: Line 57:
  
 
== Help from ConTeXt-Forum ==
 
== Help from ConTeXt-Forum ==
 +
All issues with:
 
{{Forum|{{SUBPAGENAME}}}}
 
{{Forum|{{SUBPAGENAME}}}}
  
 
[[Category:Commands|splitfloat]]
 
[[Category:Commands|splitfloat]]

Revision as of 15:02, 16 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

Help from ConTeXt-Forum

All issues with: