# ============================== # Pandoc Default Configuration # for XeLaTeX PDF Output # ============================== # # KOPIE der Benutzerdatei ~/.config/pandoc/defaults.yaml, damit dieses # Repository ohne Einrichtung baubar ist: Ein frischer Klon hat keine # Benutzerdatei, und ohne sie bricht build_version_04.py den PDF-Bau ab. # # Der einzige Unterschied zur Benutzerdatei ist der RELATIVE Pfad unter # include-in-header (dort steht ein absoluter). Pandoc loest ihn relativ zum # Arbeitsverzeichnis auf, und das ist beim Bau BASIS - also dieses Verzeichnis. # # build_version_04.py bevorzugt diese Datei und faellt auf die Benutzerdatei # zurueck, falls sie fehlt. from: markdown to: pdf pdf-engine: xelatex # -------------------------------- # Document Options Layout # -------------------------------- standalone: true toc: true # Inhaltsverzeichnis toc-depth: 3 number-sections: true highlight-style: tango # -------------------------------- # Metadata # -------------------------------- metadata: lang: de # -------------------------------- # Zusätzlicher LaTeX-Präambel-Code # -------------------------------- include-in-header: - pandoc/header-includes.tex # -------------------------------- # Fonts & Layout Variables # -------------------------------- variables: # mainfont: "DejaVu Serif" mainfont: "Times New Roman" # Haupttext monofont: "DejaVu Sans Mono" # sansfont: "DejaVu Sans" sansfont: "Arial" # Sans-Serif emoji-font: "Noto Color Emoji" mathfont: "STIX Two Math" monofontoptions: "Scale=MatchLowercase" papersize: a4 colorlinks: true linkcolor: blue geometry: "margin=2.5cm" fontsize: 11pt linestretch: 1.2