Difference between revisions of "Command/setupcolumnsetlines"

From Wiki
Jump to navigation Jump to search
({{Columns navbox}})
Line 4: Line 4:
 
}}
 
}}
  
 +
== [[Help:Reference|Syntax]] (autogenerated)] ==
 +
<syntax>setupcolumnsetlines</syntax>
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==
 
<table cellspacing="4" cellpadding="2" class="cmd">
 
<table cellspacing="4" cellpadding="2" class="cmd">

Revision as of 20:29, 9 October 2019

\setupcolumnsetlines

Syntax (autogenerated)]

\setupcolumnsetlines[...][...][...][...]
[...]name
[...]number
[...]number
[...]number


Syntax

\setupcolumnsetlines[...][...][...][...]
[...] columnset name
[...] nesting level
[...] number of individual column in columnset
[...] number of lines column should have

Description

Specify, for an individual column in a columnset, how many lines it should have.

Example

(This example is not compiled here, but works correctly.)

\definecolumnset [three] [n=3,balancing=yes]

\setupcolumnsetlines[three][1][1][40]
\setupcolumnsetlines[three][1][2][40]
\setupcolumnsetlines[three][1][3][40]

\setupcolumnsetstart[three][1][1][15]
\setupcolumnsetstart[three][1][2][20]
\setupcolumnsetstart[three][1][3][20]

\starttext
  \switchtobodyfont[small]
  \startcolumnset[three] 
    \dorecurse {4}{\input tufte \par} 
  \stopcolumnset
\stoptext

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: