summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/context/manuals/reference/en/columns/cols-202.tex
blob: d82ce18fb3edf53c2fd6dab82f66d1f0df035cf6 (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
30
% content=tex
%
% copyright=pragma-ade readme=readme.pdf licence=cc-by-nc-sa

\definecolumnset[example][n=4]

\definecolumnsetarea
  [one][left]
  [x=1,y=1,nx=2,ny=6,location=depth,
   background=contrast,state=repeat]

\definecolumnsetarea
  [two][right]
  [x=3,y=1,nx=2,ny=6,location=depth,
   background=contrast,state=repeat]

\definecolumnsetarea
  [three][both]
  [x=2,y=10,nx=2,ny=6,location=depth,
   background=contrast,state=repeat]

\starttext

\startcolumnset[example]

   \dorecurse{30}{\fakewords{50}{100}}

\stopcolumnset 

\stoptext