evenmore-style.tex /size: 1031 b    last modification: 2021-10-28 13:50
1% language=us runpath=texruns:manuals/evenmore
2
3% \enablelmtx
4% \nopdfcompression
5
6\startenvironment evenmore-style
7
8\usemodule[abbreviations-smallcaps]
9\usemodule[scite]
10
11\logo [LUAMETATEX] {LuaMeta\TeXsuffix}
12
13\setupbodyfont[plex,10pt] % not that ok for titling
14
15\setuplayout
16  [width=middle,
17   height=middle,
18   header=0pt,
19   footer=1cm,
20   footerdistance=5mm,
21   backspace=2cm,
22   cutspace=15mm,
23   topspace=2cm,
24   bottomspace=1cm,
25   style=bold,
26   color=maincolor]
27
28\setuppagenumbering
29  [alternative=doublesided]
30
31\setupwhitespace
32  [big]
33
34\setupfootertexts
35  [][{\getmarking[chapter]\quad\pagenumber}]
36  [{\pagenumber\quad\getmarking[chapter]}][]
37
38\definecolor
39  [maincolor]
40  [darkgray]
41
42\setuphead
43  [chapter]
44  [style=\bfc,
45   color=maincolor]
46
47\setuphead
48  [section]
49  [style=\bfa,
50   color=maincolor]
51
52\setuphead
53  [subsection]
54  [style=\bf,
55   color=maincolor]
56
57\setupalign
58  [tolerant,stretch]
59
60\setuptyping
61  [color=maincolor]
62
63\setuptype
64  [color=maincolor]
65
66\setupitemize
67  [color=maincolor]
68
69\stopenvironment
70