1\environment columnsets000
2
3\definecolumnset[example][n=3,page=left]
4
5\definecolumnsetspan[wide][n=2,background=contrast,color=white]
6
7\starttext
8
9\startcolumnset[example]
10
11 \startcolumnsetspan[wide]
12 \fakewords{25}{50}
13 \stopcolumnsetspan
14
15 \fakewords{25}{50}
16
17 \startcolumnsetspan[wide]
18 \fakewords{25}{50}
19 \stopcolumnsetspan
20
21 \startcolumnsetspan[wide][default=btrl]
22 \fakewords{25}{50}
23 \stopcolumnsetspan
24
25 \dorecurse{15}{\fakewords{100}{200}\par}
26
27\stopcolumnset
28
29\stoptext
30 |