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