luametafun-style.tex /size: 1080 b    last modification: 2021-10-28 13:50
1% language=us runpath=texruns:manuals/luametafun
2
3\startenvironment luametafun-style
4
5\usemodule[abbreviations-smallcaps]
6
7\usemodule[scite]
8
9\setupbodyfont
10  [ibmplex,rm,10pt]
11
12\setupwhitespace
13  [big]
14
15\setuplayout
16  [topspace=10mm,
17   bottomspace=1cm,
18   backspace=2cm,
19   footerdistance=10mm,
20   footer=1cm,
21 % headerdistance=10mm,
22 % header=1cm,
23   topspace=20mm,
24   headerdistance=0mm,
25   header=0cm,
26   height=middle,
27   width=middle]
28
29\setupalign
30  [verytolerant]
31
32\setupheadertexts
33  []
34
35\setupfootertexts
36  [chapter][pagenumber]
37
38\setuphead
39  [chapter]
40  [color=darkgray,
41   style=\bfd]
42
43\setuphead
44  [section]
45  [color=darkgray,
46   style=\bfc]
47
48\setupfooter
49  [color=darkgray,
50   style=\bf]
51
52\setuplist
53  [chapter]
54  [before=,
55   after=]
56
57% sectionblocks keep things local and we need these colors very late,
58% when we flush fonts
59
60\definecolor[KindergartenEqual]  [darkgreen]
61\definecolor[KindergartenPlus]   [darkred]
62\definecolor[KindergartenMinus]  [darkred]
63\definecolor[KindergartenTimes]  [darkblue]
64\definecolor[KindergartenDivided][darkblue]
65
66\stopenvironment
67