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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
\startenvironment interaction-style
\usemodule[abr-02]
\usemodule[scite]
\usemodule[setups-basics]
\loadsetups[context-en]
\setupbodyfont[plex,rm]
\setupwhitespace
[big]
\setuptolerance
[verytolerant,stretch]
\setuppagenumbering
[alternative=doublesided]
\setuplayout
[footer=0cm,
backspace=3cm,
cutspace=2cm,
width=middle,
height=middle,
margin=1.75cm,
margindistance=5mm]
\setupfloats
[ntop=100]
\setupinteraction
[state=start,
style=,
color=,
contrastcolor=]
\setuphead
[interaction=list]
\setuphead
[chapter]
[header=high,
style=\bfd]
\setuphead
[section]
[style=\bfb]
% \definecolor[backcolor][r=.8,b=.7,g=.8]
\definecolor[backcolor][s=.8]
\setupframedtext
[setuptext]
[frame=off,
background=color,
backgroundcolor=backcolor]
\stopenvironment
|