diff --git a/metadata.yaml b/metadata.yaml new file mode 100644 index 0000000..d8c3b7e --- /dev/null +++ b/metadata.yaml @@ -0,0 +1,7 @@ +--- +include_toc: true +gitea: none +lang: de-DE +csl: ieee.csl +link-citations: true +--- diff --git a/pandoc-cmd.sh b/pandoc-cmd.sh new file mode 100755 index 0000000..95c383b --- /dev/null +++ b/pandoc-cmd.sh @@ -0,0 +1,18 @@ +#!/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 \ No newline at end of file