summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/still/still-environment.tex
blob: 05bf6d4cf535e7da23a7eaaf7c79b53f733dba09 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
\startenvironment still-environment

% \enabletrackers[fonts.usage,graphics.usage]

\usemodule[abr-02]

\setupbodyfont[modern]
\setupbodyfont[xits]
\setupbodyfont[pagella]
\setupbodyfont[cambria]
\setupbodyfont[lucidaot]

\setupbodyfont
  [dejavu]

\setuplayout
  [topspace=2cm,
   header=0pt,
   footer=1.5cm,
   bottomspace=1cm,
   width=middle,
   height=middle]

\definecolor[maincolor][darkblue]

\setuptype
  [color=maincolor]

\setuptyping
  [color=maincolor]

\setuphead
  [color=maincolor]

\setuphead
  [chapter]
  [style=\bfc]

\setuphead
  [section]
  [style=\bfb]

\setuphead
  [subsection]
  [style=\bf]

\setuppagenumbering
  [alternative=doublesided]

\setupfootertexts
  [][{\getmarking[chapter]\hbox to 2em{\hss\pagenumber}}]
  [{\hbox to 2em{\pagenumber\hss}\getmarking[chapter]}][]

\setupwhitespace
  [big]

\setuplist
  [chapter]
  [width=3em,
   before={\testpage[3]\blank},
   after={\blank[samepage]},
   color=maincolor,
   style=bold]

\setuplist
  [section]
  [width=3em,
   before={\blank[nowhite]},
   after={\blank[nowhite]}]

\stopenvironment