columnsets-007.tex /size: 626 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\startbuffer
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{3}{\fakewords{100}{200}\par}
28
29\stopbuffer
30
31\startcolumnset[example]
32
33  \dorecurse{4}{\getbuffer}
34
35  \dorecurse{5}{\fakewords{100}{200}\par}
36
37\stopcolumnset
38
39\stoptext
40