interaction-style.tex /size: 825 b    last modification: 2020-07-01 14:35
1\startenvironment interaction-style
2
3\usemodule[abr-02]
4\usemodule[scite]
5\usemodule[setups-basics]
6
7\loadsetups[context-en]
8
9\setupbodyfont[plex,rm]
10
11\setupwhitespace
12  [big]
13
14\setuptolerance
15  [verytolerant,stretch]
16
17\setuppagenumbering
18  [alternative=doublesided]
19
20\setuplayout
21  [footer=0cm,
22   backspace=3cm,
23   cutspace=2cm,
24   width=middle,
25   height=middle,
26   margin=1.75cm,
27   margindistance=5mm]
28
29\setupfloats
30  [ntop=100]
31
32\setupinteraction
33  [state=start,
34   style=,
35   color=,
36   contrastcolor=]
37
38\setuphead
39  [interaction=list]
40
41\setuphead
42  [chapter]
43  [header=high,
44   style=\bfd]
45
46\setuphead
47  [section]
48  [style=\bfb]
49
50% \definecolor[backcolor][r=.8,b=.7,g=.8]
51\definecolor[backcolor][s=.8]
52
53\setupframedtext
54  [setuptext]
55  [frame=off,
56   background=color,
57   backgroundcolor=backcolor]
58
59\stopenvironment
60