blob: 1537f50aadb3fd18b321659acc1606cd3b3c96fb (
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
|
# extends: default
page:
size: a4
margin: [1in, 1in, 1in, 1in]
numbering:
start-at: toc
base:
hyphens: true
text-align: justify
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
base:
# font-family: serif
font-size: 10.5
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
example:
caption:
end: $caption-end
table:
caption:
end: $caption-end
list:
indent: 10mm
|