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