columnsets-201.tex /size: 393 b    last modification: 2023-12-21 09:43
1\environment columnsets-000
2
3\definecolumnset[example][n=4,page=left]
4
5\definecolumnsetarea
6  [one]
7  [type=both,
8   x=1,y=1,nx=2,ny=6,
9   background=contrast,
10   state=repeat]
11
12\definecolumnsetarea
13  [two]
14  [type=both,
15   x=4,y=10,nx=1,ny=6,
16   background=contrast,
17   state=repeat]
18
19\starttext
20
21\startcolumnset[example]
22
23  \dorecurse{40}{\fakewords{50}{100}\par}
24
25\stopcolumnset
26
27\stoptext
28