columnsets-006.tex /size: 528 b    last modification: 2023-12-21 09:43
1\environment columnsets-000
2
3\definecolumnset[example][n=3,page=left]
4
5\definecolor[fakerulecolor]
6
7\definecolumnsetspan[wide][n=2,background=contrast,color=white]
8
9\starttext
10
11\startcolumnset[example]
12
13  \startcolumnsetspan[wide]
14    \fakewords{25}{50}
15  \stopcolumnsetspan
16
17  \fakewords{25}{50}
18
19  \startcolumnsetspan[wide]
20    \fakewords{25}{50}
21  \stopcolumnsetspan
22
23  \startcolumnsetspan[wide][default=btrl]
24    \fakewords{25}{50}
25  \stopcolumnsetspan
26
27  \dorecurse{15}{\fakewords{100}{200}\par}
28
29\stopcolumnset
30
31\stoptext
32