summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/columnsets/columnsets-601.tex
blob: c846fe5cc0c5d2cb6915fe9dea83b2855fbfb22e (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
\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