Files
pm/pandoc-cmd.sh
KoCoder af16e09093
Some checks failed
Word Count / count-words (push) Failing after 31s
Rename: Files
2026-03-19 17:57:01 +01:00

20 lines
605 B
Bash
Executable File

#!/bin/bash
pandoc \
01-Allgemein.md \
02-Diplomarbeitsbuch-individueller-teil-Adam-Gaiswinkler.md \
03-Diplomarbeitsbuch-individueller-teil-Florian-Edlmayer.md \
04-Diplomarbeitsbuch-individueller-teil-Konstantin-Hintermayer.md \
99-bibliographie.md \
--toc \
--toc-depth=3 \
--number-sections \
--lua-filter _extensions/diagram/diagram.lua \
--syntax-definition razor.xml \
--citeproc \
--bibliography sources.bib \
--include-before-body=00_preamble.latex \
-V geometry:margin=2cm \
-V toc-title="Inhaltsverzeichnis" \
-H header.tex \
--lof \
-o diplomarbeitsbuch.pdf