manual.yml 2.16 KB
Newer Older
k20066's avatar
k20066 committed
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
extends: default
font:
  catalog:
    Libertinus-Serif:
      normal: LibertinusSerif-Regular.ttf
      italic: LibertinusSerif-Italic.ttf
      bold: LibertinusSerif-Bold.ttf
      bold_italic: LibertinusSerif-BoldItalic.ttf
    Libertinus-Sans:
      normal: LibertinusSans-Regular.ttf
      italic: LibertinusSans-Italic.ttf
      bold: LibertinusSans-Bold.ttf
page:
  layout: portrait
  margin: [2.5cm, 2.5cm, 2.5cm, 2.5cm]
  size: A4
base:
  text-align: left
  font-family: Libertinus-Serif
  font-size: 12
  line-height: 1.25
title-page:
  text-align: center
  font-family: Libertinus-Serif
  title:
    font-color: #000000  
    font-size: 26
    font-style: bold
    top: 20%
  authors:
    font-color: #000000
    font-size: 18
    margin-top: 5cm
  revision:
    font-color: #000000
    font-size: 14
    margin-top: 10cm
toc-title:
  text-align: center
  font-family: Libertinus-Serif
  font-size: 18
  font-style: bold
  line-height: 1.25
heading:
  text-align: left
  font-family: Libertinus-Sans
  font-size: 14
  font-style: bold
  margin-top: 0.25cm
  margin-bottom: 0.15cm
list:
  indent: 30
  item-spacing: 2
  text-align: left
thematic-break:
  border-color: #000000
  border-style: solid
  border-width: 0.15
code:
  background-color: #f5f5f5
  border-color: #ffffff
  font-family: Courier
  font-size: 11
  padding: 0.1cm
  caption:
    text-align: center
    font-size: 12
    margin-inside: 0.1cm
    margin-outside: 0.5cm
codespan:
  font-family: Courier
  font-size: 11
image:
  text-align: center
header:
  border-color: #ffffff
  border-style: solid
  border-width: 0.25
  font-size: 10
  height: 1.5cm
  padding: [0.5cm, 0cm, 0cm, 0cm]
  recto:
    right:
      content: ''
    left:
      content: ''
    center:
      content: ''
  verso:
    right:
      content: ''
    left:
      content: ''
    center:
      content: ''
footer:
  border-color: #000000
  border-style: solid
  border-width: 0.15
  font-size: 10
  height: 1.75cm
  padding: [0.0cm, 0cm, 0cm, 0cm]
  recto:
    right:
      content: ''
    left:
      content: ''
    center:
      content: '{page-number}'
  verso:
    right:
      content: ''
    left:
      content: ''
    center:
      content: '{page-number}'