columnsets-801.tex /size: 303 b    last modification: 2023-12-21 09:43
1\environment columnsets-000
2
3\definecolumnset [example-1] [n=2]
4\definecolumnset [example-2] [n=3]
5
6\starttext \showgrid
7
8  \startcolumnset [example-1]
9    \dorecurse {1}{\input tufte \par}
10  \stopcolumnset
11  \startcolumnset [example-2]
12    \dorecurse {2}{\input ward  \par}
13  \stopcolumnset
14
15\stoptext
16