summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/columnsets/columnsets-703.tex
blob: 549b49f611a54e3109930b87266e5861927b25b3 (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
% content=tex
%
% copyright=pragma-ade readme=readme.pdf licence=cc-by-nc-sa

\environment columnsets-000

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

\definecolumnsetarea
  [title][left]
  [x=1,y=1,nx=8,ny=8,
   background=contrast,state=repeat]

\setupcolumnsetareatext
  [title][left][\setups{cow}]

\startsetups[cow]

  \externalfigure
    [cow.pdf]
    [height=15\lineheight,
     width=2\dimexpr\makeupwidth+\backspace\relax]

\stopsetups

\starttext

\startcolumnset[example]

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

\stopcolumnset

\stoptext