blob: 68cd31ae205d7f96b099f88fb9eb3419a26ff877 (
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
39
40
41
|
% content=tex
%
% copyright=pragma-ade readme=readme.pdf licence=cc-by-nc-sa
\environment columnsets-000
\definecolumnset[example][n=3,page=left,distance=1cm]
\setupcolumnset
[example]
[background=contrast]
\definecolor[fakerulecolor][white] \faketriggertrue
\setupblank
[line]
\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
|