still-environment.tex /size: 1075 b    last modification: 2020-07-01 14:35
1\startenvironment still-environment
2
3% \enabletrackers[fonts.usage,graphics.usage]
4
5\usemodule[abr-02]
6
7\setupbodyfont[modern]
8\setupbodyfont[xits]
9\setupbodyfont[pagella]
10\setupbodyfont[cambria]
11\setupbodyfont[lucidaot]
12
13\setupbodyfont
14  [dejavu]
15
16\setuplayout
17  [topspace=2cm,
18   header=0pt,
19   footer=1.5cm,
20   bottomspace=1cm,
21   width=middle,
22   height=middle]
23
24\definecolor[maincolor][darkblue]
25
26\setuptype
27  [color=maincolor]
28
29\setuptyping
30  [color=maincolor]
31
32\setuphead
33  [color=maincolor]
34
35\setuphead
36  [chapter]
37  [style=\bfc]
38
39\setuphead
40  [section]
41  [style=\bfb]
42
43\setuphead
44  [subsection]
45  [style=\bf]
46
47\setuppagenumbering
48  [alternative=doublesided]
49
50\setupfootertexts
51  [][{\getmarking[chapter]\hbox to 2em{\hss\pagenumber}}]
52  [{\hbox to 2em{\pagenumber\hss}\getmarking[chapter]}][]
53
54\setupwhitespace
55  [big]
56
57\setuplist
58  [chapter]
59  [width=3em,
60   before={\testpage[3]\blank},
61   after={\blank[samepage]},
62   color=maincolor,
63   style=bold]
64
65\setuplist
66  [section]
67  [width=3em,
68   before={\blank[nowhite]},
69   after={\blank[nowhite]}]
70
71\stopenvironment
72