columnsets-101.tex /size: 459 b    last modification: 2023-12-21 09:43
1\environment columnsets-000
2
3\definecolumnset[example][n=4,page=left]
4
5\starttext
6
7\startbuffer
8\fakewords{100}{200}
9\placefigure
10  {}
11  {\externalfigure[placeholder][width=\columnsetspanwidth{1}]}
12\fakewords{100}{200}
13\placefigure
14  {}
15  {\externalfigure[placeholder][width=\columnsetspanwidth{2}]}
16\fakewords{100}{200}
17\stopbuffer
18
19\startcolumnset[example]
20
21  \dorecurse {5}{\getbuffer}
22  \dorecurse{10}{\fakewords{100}{200}\par}
23
24\stopcolumnset
25
26\stoptext
27