columnsets-601.tex /size: 477 b    last modification: 2023-12-21 09:43
1\environment columnsets-000
2
3\definecolumnset[example][n=4,page=left,direction=reverse]
4
5\setupbackgrounds[text][text][background=contrast]
6
7\definecolor[fakerulecolor][color-1]
8
9\starttext
10
11\startcolumnset[example]
12
13  \dorecurse{50}{
14    \dontleavehmode
15    \snaptogrid\hbox
16      {\scale[height=2.5\lineheight]{\color[white]{#1}}}%
17    \space
18    \fakewords{30}{60}
19   %\simulatewords[n=30,m=60,min=1,max=5,color=color-1,line=yes]\par
20    \par
21  }
22
23\stopcolumnset
24
25\stoptext
26