1
- title : Charlotte Template
2
- author : Charlotte Voinot
3
- version : 0.1.1
1
+ title : Computo Format Template
2
+ author : Computorg Team
3
+ version : 0.2.6
4
4
contributes :
5
5
formats :
6
6
common :
7
7
# define below YAML configuration common to all formats
8
8
filters :
9
9
# You can include here Lua filters from your extension format
10
+ - abstract-section
10
11
- diagram
11
12
- pseudocode
12
- - abstract-section
13
+ - list-table
13
14
- color-text.lua
14
- - list-table.lua
15
15
shortcodes :
16
16
# You can include here Lua filters defining shortcodes from your extension
17
17
- shortcodes.lua
@@ -26,15 +26,37 @@ contributes:
26
26
toc-title : Contents
27
27
code-copy : true
28
28
code-block-background : true
29
+ pdf :
30
+ echo : false
31
+ pdf-engine : lualatex
32
+ papersize : a4
33
+ geometry :
34
+ - a4paper
35
+ - textheight=24cm
36
+ - textwidth=15.5cm
37
+ fontfamily : libertinus
38
+ fontsize : 11pt
39
+ highlight-style : github
40
+ monofont : Latin Modern Mono
41
+ monofontoptions :
42
+ - Scale=0.92
43
+ include-in-header :
44
+ - " partials/pdf/include-in-header.tex"
45
+ template-partials :
46
+ - " partials/pdf/before-body.tex"
47
+ format-resources :
48
+ - logo_text_white.pdf
29
49
html :
30
50
theme : [code-block-all.scss, custom.scss]
31
- title-block-banner : " #6e2c2c"
32
- title-block-banner-color : " #ffffff"
51
+ title-block-banner : " #034E79"
52
+ title-block-banner-color : " #FFFFFF"
53
+ license : " CC BY"
33
54
reference-section-title : Bibliography
34
55
date-format : long
35
56
hover-citations : true
36
57
hover-footnotes : true
37
-
58
+ fig-format : svg
59
+ highlight-style : github
38
60
code-block-background : true
39
61
code-tools :
40
62
source : true
@@ -51,49 +73,7 @@ contributes:
51
73
eq-prefix : Equation
52
74
fig-prefix : Figure
53
75
tbl-prefix : Table
54
- html-math-method : mathjax
76
+ html-math-method : katex
55
77
template-partials :
56
78
- " partials/html/title-block.html"
57
79
- " partials/html/title-metadata.html"
58
- # number-sections: true
59
- # code-blocks:
60
- # theorem:
61
- # label: "Theorem"
62
- # auto-number: true
63
- # definition:
64
- # label: "Definition"
65
- # auto-number: true
66
- # assumption:
67
- # label: "Assumption"
68
- # auto-number: true
69
- pdf :
70
- echo : false
71
- pdf-engine : lualatex
72
- papersize : a4
73
- geometry :
74
- - a4paper
75
- - textheight=24cm
76
- - textwidth=15.5cm
77
- fontfamily : libertinus
78
- fontsize : 11pt
79
- highlight-style : github
80
- monofont : Latin Modern Mono
81
- monofontoptions :
82
- - Scale=0.92
83
- include-in-header :
84
- - " partials/pdf/include-in-header.tex"
85
- template-partials :
86
- - " partials/pdf/before-body.tex"
87
- format-resources :
88
- - logo_text_white.pdf
89
- # number-sections: true
90
- # code-blocks:
91
- # theorem:
92
- # label: "Theorem"
93
- # auto-number: true
94
- # definition:
95
- # label: "Definition"
96
- # auto-number: true
97
- # assumption:
98
- # label: "Assumption"
99
- # auto-number: true
0 commit comments