Difference between revisions of "Command/setupcolumnsetstart"

From Wiki
Jump to navigation Jump to search
(Create entire page)
(No difference)

Revision as of 11:29, 19 July 2012

\setupcolumnsetstart

Syntax

\setupcolumnsetstart[...][...][...][...]
[...] columnset name
[...] nesting level
[...] number of individual column in columnset
[...] starting line (1 = start at the top)

Description

Specify, for an individual column in a columnset, on what line you want its contents to start.

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: