adds docx support

corrects a couple of mistakes
This commit is contained in:
2025-12-10 14:38:33 +01:00
parent ed4d2508e9
commit 1110f67fe3
2 changed files with 243 additions and 79 deletions
+21 -3
View File
@@ -3,15 +3,33 @@ project:
output-dir: _output
format:
aog-article-pdf:
papersize: a4
# mainfont: Noto Serif
# sansfont: Nerd Sans
fontsize: 12pt
geometry: margin=1in
fig-height: 4
fig-width: 7.5
colorlinks: true
urlcolor: blue
fig-cap-location: top
pdf-engine: xelatex
keep-tex: true
latex-max-runs: 3
docx:
prefer-html: true
always_allow_html: true
toc: true
toc-depth: 3
lot: false
lof: false
number-sections: true
citeproc: true
citation-package: none
bibliography: literature/Thesis.bib
reference-section-title: Bibliography
link-citations: true
@@ -19,6 +37,9 @@ csl: https://www.zotero.org/styles/apa
execute:
freeze: auto
echo: false
warning: false
execute-dir: file
header-includes: |
@@ -54,6 +75,3 @@ include-before: |
\thispagestyle{empty}
\newpage
\thispagestyle{empty}
citeproc: true
citation-package: none