blob: b26ad752f7f3e0b1259d7dea62775453511953a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
|
# extends: default
page:
size: a4
margin: [1in, 1in, 1in, 1in]
numbering:
start-at: toc
base:
hyphens: true
text-align: justify
font-size: 10.5
prose:
margin-bottom: 3mm
# font:
# catalog:
# serif:
# bold: texgyreschola-bold.otf
# bold-italic: texgyreschola-bolditalic.otf
# italic: texgyreschola-italic.otf
# normal: texgyreschola-regular.otf
# sans-serif:
# bold: Inter-Bold.otf
# bold-italic: Inter-BoldItalic.otf
# italic: Inter-Italic.otf
# normal: Inter-Regular.otf
# monospace:
# bold: JetBrainsMono-Bold.ttf
# bold-italic: JetBrainsMono-BoldItalic.ttf
# italic: JetBrainsMono-Italic.ttf
# normal: JetBrainsMono-Regular.ttf
title-page:
align: center
title:
margin-top: 1cm
font-size: 18
font-style: bold
subtitle:
margin-bottom: 1cm
font-size: 16
authors:
margin-bottom: 1cm
heading:
align: left
margin-top: 15pt
margin-bottom: 5pt
font-style: bold
h2-font-size: $base-font-size * 1.7
h3-font-size: $base-font-size * 1.4
h4-font-size: $base-font-size * 1.2
h5-font-size: $base-font-size
toc:
indent: 5mm
line-height: 1.4
caption:
align: center
end: bottom
image:
align: center
list:
indent: 10mm
description-list:
term-font-style: bold
table:
align: center
border-color: transparent
cell-padding: [0.2pt, 5pt]
border-color: '#000000'
border-width: [ 0.5pt, 0pt, 0.5pt, 0pt ]
head:
font-style: bold
border-bottom-width: 1pt
cell:
border-width: 0pt
caption:
end: $caption-end
footnotes:
font-size: round($base-font-size * 0.75)
footer:
height: 1in
vertical-align: middle
recto:
center:
content: '{page-number}'
verso:
center:
content: '{page-number}'
|