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