Command/ startpagecolumns

From Wiki
< Command
Revision as of 13:50, 14 September 2023 by Taco (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


\startpagecolumns ... \stoppagecolumns

Summary

The instances of \startpagecolumns ... \stoppagecolumns are used for column material

Description

The command \definepagecolumns not only defines a name to be used as argument for \startpagecolumns, but it also creates an instance environment.

Examples

Example 1

  • % arranging setup for demonstration purposes
    \setuppapersize[A6,landscape][A5] \showframe
    \setuppaper[mx=1,ny=2]
    \setuparranging[XY]
    
    % actual code
    \definepagecolumns
      [example]
      [n=2]
    \starttext
    \startexample
    \dorecurse{4}
      {\input knuth }
    \stopexample
    \stoptext
    

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: