Skip to content

Commit 219965f

Browse files
authored
Update _extension.yml
1 parent 367869b commit 219965f

File tree

1 file changed

+31
-51
lines changed

1 file changed

+31
-51
lines changed
+31-51
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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
44
contributes:
55
formats:
66
common:
77
# define below YAML configuration common to all formats
88
filters:
99
# You can include here Lua filters from your extension format
10+
- abstract-section
1011
- diagram
1112
- pseudocode
12-
- abstract-section
13+
- list-table
1314
- color-text.lua
14-
- list-table.lua
1515
shortcodes:
1616
# You can include here Lua filters defining shortcodes from your extension
1717
- shortcodes.lua
@@ -26,15 +26,37 @@ contributes:
2626
toc-title: Contents
2727
code-copy: true
2828
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
2949
html:
3050
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"
3354
reference-section-title: Bibliography
3455
date-format: long
3556
hover-citations: true
3657
hover-footnotes: true
37-
58+
fig-format: svg
59+
highlight-style: github
3860
code-block-background: true
3961
code-tools:
4062
source: true
@@ -51,49 +73,7 @@ contributes:
5173
eq-prefix: Equation
5274
fig-prefix: Figure
5375
tbl-prefix: Table
54-
html-math-method: mathjax
76+
html-math-method: katex
5577
template-partials:
5678
- "partials/html/title-block.html"
5779
- "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

Comments
 (0)