spacing-style.tex /size: 957 b    last modification: 2021-10-28 13:50
1% language=us runpath=texruns:manuals/spacing
2
3\startenvironment spacing-style
4
5\usemodule[abbreviations-words,typesetting]
6
7\setupbodyfont
8  [pagella]
9
10\setuplayout
11  [width=middle,
12   height=middle,
13   topspace=15mm,
14   header=15mm,
15   footer=0pt,
16   bottomspace=20mm]
17
18\setuppagenumbering
19  [alternative=doublesided]
20
21\setupwhitespace
22  [big]
23
24\definecolor
25  [blackcolor]
26  [r=0,b=0,g=0]
27
28\definecolor
29  [whitecolor]
30  [r=1,b=1,g=1]
31
32\definecolor
33  [maincolor]
34  [.25(blackcolor,green)]
35
36\definecolor
37  [extracolor]
38  [.25(whitecolor,green)]
39
40% \blackrule[color=maincolor,width=10cm,,height=10cm]
41% \blackrule[color=extracolor,width=10cm,,height=10cm]
42
43\setuptyping
44  [color=maincolor]
45
46\setuptype
47  [color=maincolor]
48
49\setuphead
50  [chapter]
51  [style=\bfd,
52   color=maincolor]
53
54\setuphead
55  [section]
56  [style=\bfc,
57   color=maincolor]
58
59\setuphead
60  [subsubsection]
61  [style=bold,
62   color=maincolor,
63   before=\blank,
64   after=\blank]
65
66\stopenvironment
67