summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/columnsets/columnsets/columnsets-007.tex
blob: 137a414d96f94173c519bfe7a96d10bc140c050a (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
42
43
% content=tex
%
% copyright=pragma-ade readme=readme.pdf licence=cc-by-nc-sa

\environment columnsets-000

\definecolumnset[example][n=3,page=left]

\definecolor[fakerulecolor]

\definecolumnsetspan[wide][n=2,background=contrast,color=white]

\starttext

\startbuffer

  \startcolumnsetspan[wide]
    \fakewords{25}{50}
  \stopcolumnsetspan

  \fakewords{25}{50}

  \startcolumnsetspan[wide]
    \fakewords{25}{50}
  \stopcolumnsetspan

  \startcolumnsetspan[wide][default=btrl]
    \fakewords{25}{50}
  \stopcolumnsetspan

  \dorecurse{3}{\fakewords{100}{200}\par}

\stopbuffer

\startcolumnset[example]

  \dorecurse{4}{\getbuffer}

  \dorecurse{5}{\fakewords{100}{200}\par}

\stopcolumnset

\stoptext