summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/columnsets/columnsets-701.tex
blob: 21ea5c892ac2c490a7d59deaa75bb0e91bdb908e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\environment columnsets-000

\definecolumnset[example][n=4,page=left]

\setupcolumnset
  [example]
  [background=contrast]

\definecolor[fakerulecolor][white]

\starttext

\startcolumnset[example]

  \dorecurse{30}{\fakewords{50}{100}\par}

\stopcolumnset

\stoptext