summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/evenmore/evenmore-style.tex
blob: 07168e57c6a65dfe2bf63838617eaab8df7b7368 (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
% \enablelmtx
% \nopdfcompression

\startenvironment evenmore-style

\usemodule[abbreviations-smallcaps]
\usemodule[scite]

\logo [LUAMETATEX] {LuaMeta\TeXsuffix}

\setupbodyfont[plex,10pt] % not that ok for titling

\setuplayout
  [width=middle,
   height=middle,
   header=0pt,
   footer=1cm,
   footerdistance=5mm,
   backspace=2cm,
   cutspace=15mm,
   topspace=2cm,
   bottomspace=1cm,
   style=bold,
   color=maincolor]

\setuppagenumbering
  [alternative=doublesided]

\setupwhitespace
  [big]

\setupfootertexts
  [][{\getmarking[chapter]\quad\pagenumber}]
  [{\pagenumber\quad\getmarking[chapter]}][]

\definecolor
  [maincolor]
  [darkgray]

\setuphead
  [chapter]
  [style=\bfc,
   color=maincolor]

\setuphead
  [section]
  [style=\bfa,
   color=maincolor]

\setuphead
  [subsection]
  [style=\bf,
   color=maincolor]

\setupalign
  [tolerant,stretch]

\setuptyping
  [color=maincolor]

\setuptype
  [color=maincolor]

\setupitemize
  [color=maincolor]

\stopenvironment