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