blob: b2c50cfafeadd2028b93c7379f7b7bfac9ef91cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
% content=tex
%
% copyright=pragma-ade readme=readme.pdf licence=cc-by-nc-sa
\environment columnsets-000
\definecolumnset[example][n=4,page=left]
\setupcolumnset
[example]
[background=contrast]
\definecolor[fakerulecolor][white]
\starttext
\startcolumnset[example]
\dorecurse{30}{\fakewords{50}{100}\par}
\stopcolumnset
\stoptext
|