#!/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 \ 97-tabellenverzeichnis.md \ 98-abbildungsverzeichnis.md \ 99-bibliographie.md \ --toc \ --toc-depth=3 \ --number-sections \ --lua-filter _extensions/diagram/diagram.lua \ --syntax-definition _extensions/razor/razor.xml \ --citeproc \ --bibliography sources.bib \ --include-before-body 00_preamble.tex \ -H _extensions/header/header.tex \ -V geometry:margin=2cm \ -V toc-title="Inhaltsverzeichnis" \ -V fontsize=12pt \ -V linestretch=1.5 \ -o diplomarbeitsbuch.pdf