summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/columnsets/columnsets-601.tex
blob: b139210f424197430d88929ef567c663ac4fed4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
% content=tex
%
% copyright=pragma-ade readme=readme.pdf licence=cc-by-nc-sa

\environment columnsets-000

\definecolumnset[example][n=4,page=left,direction=reverse]

\setupbackgrounds[text][text][background=contrast]

\definecolor[fakerulecolor][color-1]

\starttext

\startcolumnset[example]

  \dorecurse{50}{
    \dontleavehmode
    \snaptogrid\hbox
      {\scale[height=2.5\lineheight]{\color[white]{#1}}}%
    \space
    \fakewords{30}{60}
   %\simulatewords[n=30,m=60,min=1,max=5,color=color-1,line=yes]\par
    \par
  }

\stopcolumnset

\stoptext