summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/context/manuals/reference/en/columns/cols-006.tex
blob: 747ffe50f70fd6564f2a0a32da93f9dae381b8a1 (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
30
31
% 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]
    \fakewords{25}{50}
  \stopcolumnsetspan

  \fakewords{25}{50}

  \startcolumnsetspan[wide]
    \fakewords{25}{50}
  \stopcolumnsetspan

  \startcolumnsetspan[wide][default=btrl]
    \fakewords{25}{50}
  \stopcolumnsetspan

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

\stopcolumnset

\stoptext