columnsets-703.tex /size: 473 b    last modification: 2023-12-21 09:43
1\environment columnsets-000
2
3\definecolumnset[example][n=4,page=left]
4
5\definecolumnsetarea
6  [title][left]
7  [x=1,y=1,nx=8,ny=8,
8   background=contrast,state=repeat]
9
10\setupcolumnsetareatext
11  [title][left][\setups{cow}]
12
13\startsetups[cow]
14
15  \externalfigure
16    [cow.pdf]
17    [height=15\lineheight,
18     width=2\dimexpr\makeupwidth+\backspace\relax]
19
20\stopsetups
21
22\starttext
23
24\startcolumnset[example]
25
26  \dorecurse{30}{\fakewords{50}{100}\par}
27
28\stopcolumnset
29
30\stoptext
31