diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-02-13 12:35:31 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-02-13 13:48:29 +0100 |
commit | 8647bf18dc3244885683f283a07b7cb23729f30c (patch) | |
tree | 4fa8e64f2a46bea1b805af286cbdc36fcc939cbf /_quarto.yml | |
parent | 157c9a56e36a24cbbcb5930543d0bd36a8b3801e (diff) |
render only html by default
Diffstat (limited to '_quarto.yml')
-rw-r--r-- | _quarto.yml | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/_quarto.yml b/_quarto.yml index 9063968..f3ccd3e 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -50,41 +50,6 @@ format: dark: darkly css: styles.css toc: true - pdf: -# links-as-notes: true - colorlinks: false - pdf-engine: lualatex - documentclass: scrreprt - classoption: - - DIV=calc - csquotes: true - papersize: a4 -# template-partials: -# - title.tex - - include-in-header: -# recalculate page margins, since mainfont was set after documentclass - - text: | - \KOMAoptions{DIV=last} -# avoid widow or orphan lines - - text: | - \usepackage[defaultlines=4,all]{nowidow} - - include-before-content: -# avoid english style of double space after punctuation - - text: | - \frenchspacing -# setup graph visualization libraries - - text: | - \usepackage{tikz} - \usetikzlibrary{arrows.meta,chains,positioning,shapes.geometric} - \tikzset{ - node distance = 0.75cm and 2cm, font=\bfseries, - >=stealth, - vertex/.style={circle,draw,minimum size=1.5em} - } - - \tikzstyle{bag} = [align=center] # override colors otherwise inherited from html theme mermaid: |