18 lines
508 B
Bash
Executable File
18 lines
508 B
Bash
Executable File
#!/bin/bash
|
|
pandoc \
|
|
Allgemein.md \
|
|
Diplomarbeitsbuch-individueller-teil-Konstantin-Hintermayer.md \
|
|
Diplomarbeitsbuch-individueller-teil-Florian-Edlmayer.md \
|
|
Diplomarbeitsbuch-individueller-teil-Adam-Gaiswinkler.md \
|
|
bibliographie.md \
|
|
--toc \
|
|
--toc-depth=3 \
|
|
--number-sections \
|
|
--lua-filter _extensions/diagram/diagram.lua \
|
|
--syntax-definition razor.xml \
|
|
--citeproc \
|
|
--bibliography sources.bib \
|
|
-V geometry:margin=2cm \
|
|
-H header.tex \
|
|
--lof \
|
|
-o diplomarbeitsbuch.pdf |