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