diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-02-07 11:41:41 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-02-07 11:41:41 +0100 |
commit | fd1cc7cfd02cd682e08188299d09a2d3517767d2 (patch) | |
tree | 95e4687daf031e15c0ba4c5beaa7f030b92ed14a /_quarto.yml | |
parent | 00b59b4023b3847aa4959c6120b0fa2929fe328c (diff) |
tidy comments for quarto config
Diffstat (limited to '_quarto.yml')
-rw-r--r-- | _quarto.yml | 8 |
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 |