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

\definecolumnset[example][n=3]

\definecolumnsetspan[wide][n=2,background=contrast]

\starttext

\startcolumnset[example]

  \startcolumnsetspan[wide]

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

  \stopcolumnsetspan

  \dorecurse{15}{\fakewords{100}{200}\par}

\stopcolumnset

\stoptext