Pandoc: Command
Some checks failed
Word Count / count-words (push) Failing after 33s

This commit is contained in:
2026-03-19 15:08:55 +01:00
parent 0165f058e6
commit bce54b3b04
2 changed files with 25 additions and 0 deletions

7
metadata.yaml Normal file
View File

@@ -0,0 +1,7 @@
---
include_toc: true
gitea: none
lang: de-DE
csl: ieee.csl
link-citations: true
---

18
pandoc-cmd.sh Executable file
View File

@@ -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