From 16758cd2a4f8146921167986f465edab794178b6 Mon Sep 17 00:00:00 2001 From: bprem Date: Fri, 27 Feb 2026 15:31:16 +0100 Subject: [PATCH] Automatisches Design-Update --- _quarto.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/_quarto.yml b/_quarto.yml index e69de29..c9b2218 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -0,0 +1,25 @@ +project: + type: default + +format: + pdf: + documentclass: scrartcl + papersize: a4 + geometry: + - top=25mm + - left=30mm + - right=25mm + - bottom=25mm + number-sections: true + colorlinks: true + include-in-header: + text: | + \usepackage{helvet} + \renewcommand{\familydefault}{\sfdefault} + + html: + theme: cosmo + toc: true + embed-resources: true # Macht die HTML-Datei portabel (alles in einer Datei) + +## testtt \ No newline at end of file