Files
pm/pandoc-cmd.sh
KoCoder e782d20d6c
Some checks failed
Word Count / count-words (push) Failing after 32s
New: Preamble
2026-03-19 17:38:34 +01:00

17 lines
430 B
Bash
Executable File

#!/bin/bash
pandoc \
Allgemein.md \
Diplomarbeitsbuch-individueller-teil-Konstantin-Hintermayer.md \
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 \
-H header.tex \
--lof \
-o diplomarbeitsbuch.pdf