Difference between revisions of "Command/splitfloat"

From Wiki
Jump to navigation Jump to search
 
Line 4: Line 4:
 
}}
 
}}
  
== [[Help:Reference|Syntax]] (autogenerated)] ==
+
== [[Help:Reference|Syntax]] (autogenerated) ==
 
<syntax>splitfloat</syntax>
 
<syntax>splitfloat</syntax>
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==

Latest revision as of 14:54, 15 October 2019

\splitfloat

Syntax (autogenerated)

\splitfloat[...=...,...]{...}{...}
...=...,...inherits from \setupfloatsplitting
{...}command
{...}content


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-Mailinglist/Forum

All issues with: