columnsets-301.tex /size: 710 b    last modification: 2023-12-21 09:43
1\environment columnsets-000
2
3\definecolumnset[example][n=4]
4
5\starttext
6
7\startcolumnset[example]
8
9   1:         \fakewords{50}{75} \column
10   2: []      \fakewords{50}{75} \column[yes]
11   3: [yes]   \fakewords{50}{75} \column[page]
12                                 \column[page] % redundant
13   4: [page]  \fakewords{50}{75} \column[3]
14   5: [3]     \fakewords{50}{75} \column[4]
15   6: [4]     \fakewords{50}{75} \column[first]
16   7: [first] \fakewords{50}{75} \column[last]
17   8: [last]  \fakewords{50}{75} \page
18   9: (page)  \fakewords{50}{75} \page
19                                 \page % redundant
20  10: (page)  \fakewords{50}{75} \column[3*5]
21  11: [3*5]   \fakewords{50}{75}
22
23\stopcolumnset
24
25\stoptext
26