From f9de1910365aaaf324cc8f1fb4401d21e5ca1a3e Mon Sep 17 00:00:00 2001 From: KoCoder Date: Thu, 19 Mar 2026 19:05:14 +0100 Subject: [PATCH] Update: Paths --- pandoc-cmd.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pandoc-cmd.sh b/pandoc-cmd.sh index ffcce64..fcf9cbb 100755 --- a/pandoc-cmd.sh +++ b/pandoc-cmd.sh @@ -9,12 +9,12 @@ pandoc \ --toc-depth=3 \ --number-sections \ --lua-filter _extensions/diagram/diagram.lua \ - --syntax-definition razor.xml \ + --syntax-definition _extensions/razor/razor.xml \ --citeproc \ --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 toc-title="Inhaltsverzeichnis" \ - -H header.tex \ --lof \ -o diplomarbeitsbuch.pdf \ No newline at end of file