Update: Paths

This commit is contained in:
2026-03-19 19:05:14 +01:00
parent 3a12cf7bde
commit f9de191036

View File

@@ -9,12 +9,12 @@ pandoc \
--toc-depth=3 \ --toc-depth=3 \
--number-sections \ --number-sections \
--lua-filter _extensions/diagram/diagram.lua \ --lua-filter _extensions/diagram/diagram.lua \
--syntax-definition razor.xml \ --syntax-definition _extensions/razor/razor.xml \
--citeproc \ --citeproc \
--bibliography sources.bib \ --bibliography sources.bib \
--include-before-body=00_preamble.latex \ --include-before-body 00_preamble.tex \
-H _extensions/header/header.tex \
-V geometry:margin=2cm \ -V geometry:margin=2cm \
-V toc-title="Inhaltsverzeichnis" \ -V toc-title="Inhaltsverzeichnis" \
-H header.tex \
--lof \ --lof \
-o diplomarbeitsbuch.pdf -o diplomarbeitsbuch.pdf