adds docx support
corrects a couple of mistakes
This commit is contained in:
+21
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user