Difference between revisions of "Command/splitfloat"

From Wiki
Jump to navigation Jump to search
m (cleanup)
m (20 is not enough)
Line 47: Line 47:
 
       \stoptabletail
 
       \stoptabletail
 
       \starttables[|l|lp(25em)|]
 
       \starttables[|l|lp(25em)|]
       \dorecurse{20}{\NC . \NC anything \NC\AR}
+
       \dorecurse{50}{\NC . \NC anything \NC\AR}
 
     \stoptables}
 
     \stoptables}
 
\stoptext
 
\stoptext

Revision as of 19:07, 15 April 2010

\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