summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/columnsets/columnsets/columnsets-901.tex
blob: 300458bf5ba43d0f11cef0c876482684b543f0e9 (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
31
32
33
34
35
36
37
38
% content=tex
%
% copyright=pragma-ade readme=readme.pdf licence=cc-by-nc-sa

\environment columnsets-000

\definecolumnset[example][n=2,page=left,distance=1cm]

\setupcolumnset
  [example]
  [background=contrast]

\definecolor[fakerulecolor][white] \faketriggertrue

\setuphead
  [section]
  [style=\bfd]

\setuplinenumbering
  [style=bold,
   distance=0pt,
   align=inner]

\starttext

\startcolumnset[example]

  \dorecurse{30}{
    \startsection[title=foo #1]
      \startlinenumbering
        \fakewords{50}{100}\par
      \stoplinenumbering
    \stopsection
  }

\stopcolumnset

\stoptext