From 8647bf18dc3244885683f283a07b7cb23729f30c Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 13 Feb 2024 12:35:31 +0100 Subject: render only html by default --- _report.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 _report.yml (limited to '_report.yml') diff --git a/_report.yml b/_report.yml new file mode 100644 index 0000000..997f985 --- /dev/null +++ b/_report.yml @@ -0,0 +1,35 @@ +format: + 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] -- cgit v1.2.3