summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/columnsets/columnsets-405.tex
blob: fa20ef34c6c71dda3aab3b7f33c198c8d5a5c7ab (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
26
27
28
29
% content=tex
%
% copyright=pragma-ade readme=readme.pdf licence=cc-by-nc-sa

\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