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

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

\setupbackgrounds[text][text][background=contrast]

\setupcolumnset[frame=on,framecolor=color-4,rulethickness=1mm]

\definecolor[fakerulecolor][white]

\setupcolumnset[example:1][width=.3\makeupwidth]

\starttext

\startcolumnset[example]

  \fakewords{150}{150}
  \column
  \fakewords{25}{50}

  \dorecurse{25}{\fakewords{50}{75}\par}

\stopcolumnset

\stoptext