summaryrefslogtreecommitdiff
path: root/_quarto.yml
diff options
context:
space:
mode:
Diffstat (limited to '_quarto.yml')
-rw-r--r--_quarto.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/_quarto.yml b/_quarto.yml
index 18c956c..89b30d0 100644
--- a/_quarto.yml
+++ b/_quarto.yml
@@ -61,6 +61,7 @@ format:
papersize: a4
template-partials:
- title.tex
+
include-in-header:
# recalculate page margins, since mainfont was set after documentclass
- text: |
@@ -68,11 +69,12 @@ format:
# avoid widow or orphan lines
- text: |
\usepackage[defaultlines=4,all]{nowidow}
+
include-before-content:
-# avoid english style of added space after punctuation
+# avoid english style of double space after punctuation
- text: |
\frenchspacing
-# setup graph libraries
+# setup graph visualization libraries
- text: |
\usepackage{tikz}
\usetikzlibrary{arrows.meta,chains,positioning,shapes.geometric}
@@ -84,7 +86,7 @@ format:
\tikzstyle{bag} = [align=center]
-# suppress colors confusingly inherited from html theme
+# override colors otherwise inherited from html theme
mermaid:
theme: neutral