summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/details/back-0.tex
blob: 137884919fc98df9b19f778d6a6f6ff1c31626f8 (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
% content=tex
%
% copyright=pragma-ade readme=readme.pdf licence=cc-by-nc-sa

\startenvironment back-0

\usemodule[simulate]

\definecolor[shadecolor][r=.5,g=.5,b=.75] % blue
\definecolor[shadecolor][r=.5,g=.5,b=.25] % yellow

\definecolor[red]  [r=.5]
\definecolor[blue] [b=.5]
\definecolor[green][g=.5]

\setuplayout
  [width=middle,height=middle,
   backspace=1cm,topspace=1cm,
   header=0pt,footer=0pt,grid=yes]

\setuprandomize
  [medium]

\setupbackgrounds
  [page]
  [background=color,
   backgroundcolor=white]

\setuptolerance
  [verytolerant,stretch]

\setupcolors
  [state=start]

\showgrid

\setrandomseed{1000}

\stopenvironment