summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/context/manuals/reference/en/columns/cols-703.tex
blob: bffd1ffe258489b74a7bfbc46e32c839b4092498 (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
% content=tex
%
% copyright=pragma-ade readme=readme.pdf licence=cc-by-nc-sa

\definecolumnset[example][n=4]

\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)]

\stopsetups

\starttext

\startcolumnset[example]

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

\stopcolumnset 

\stoptext