Difference between revisions of "Command/splitfloat"

From Wiki
Jump to navigation Jump to search
(Create reference page)
 
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<!-- please remove this and the following line if you have checked this page -->
 
{{Reference_Cleanup}}
 
 
{{Reference
 
{{Reference
 
|name=splitfloat
 
|name=splitfloat
Line 6: Line 4:
 
}}
 
}}
  
 +
== [[Help:Reference|Syntax]] (autogenerated) ==
 +
<syntax>splitfloat</syntax>
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==
 
<table cellspacing="4" cellpadding="2" class="cmd">
 
<table cellspacing="4" cellpadding="2" class="cmd">
Line 13: Line 13:
 
   <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">
Line 32: Line 32:
 
== Example ==
 
== Example ==
  
<pre class="example">
+
<!-- can't get a two page example to work here -->
 +
<texcode>
 
% splits a table across pages. Example taken from mailinglist
 
% splits a table across pages. Example taken from mailinglist
 
% I am not sure what lines=3 means here
 
% I am not sure what lines=3 means here
Line 51: Line 52:
 
     \stoptables}
 
     \stoptables}
 
\stoptext
 
\stoptext
 +
</texcode>
  
</pre>
 
  
 +
== See also ==
 +
<!-- something like {{cmd|goto}} -->
  
== See also ==
+
== Help from ConTeXt-Mailinglist/Forum ==
<!-- something like [[cmd:goto|\goto]] -->
+
All issues with:
 +
{{Forum|{{SUBPAGENAME}}}}
  
[[Category:Reference/en|splitfloat]]
+
[[Category:Command/Floating|splitfloat]]

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: