summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/context/manuals/reference/en/columns/cols-402.tex
blob: c43c4b7b427f62004efce0135f00312fd995cd24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% content=tex
%
% copyright=pragma-ade readme=readme.pdf licence=cc-by-nc-sa

\definecolumnset[example][n=4]

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

\setupcolumnset[example]   [distance=24pt]
\setupcolumnset[example][1][distance=96pt]

\starttext

\startcolumnset[example]

   \dorecurse{25}{\fakewords{100}{150}\par} 

\stopcolumnset 

\stoptext