From fd1cc7cfd02cd682e08188299d09a2d3517767d2 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 7 Feb 2024 11:41:41 +0100 Subject: tidy comments for quarto config --- _quarto.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '_quarto.yml') 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 -- cgit v1.2.3