New: TGM csl, a markdown preamble
Some checks failed
Word Count / count-words (push) Failing after 32s

This commit is contained in:
2026-03-20 19:02:46 +01:00
parent eee8462b74
commit 64c3f4dd3b
15 changed files with 464 additions and 159 deletions

View File

@@ -1,10 +1,11 @@
#!/bin/bash
pandoc \
00-toc.md \
01-Allgemein.md \
02-Diplomarbeitsbuch-individueller-teil-Adam-Gaiswinkler.md \
03-Diplomarbeitsbuch-individueller-teil-Florian-Edlmayer.md \
04-Diplomarbeitsbuch-individueller-teil-Konstantin-Hintermayer.md \
00-praemble.md \
01-toc.md \
02-Allgemein.md \
03-Diplomarbeitsbuch-individueller-teil-Adam-Gaiswinkler.md \
04-Diplomarbeitsbuch-individueller-teil-Florian-Edlmayer.md \
05-Diplomarbeitsbuch-individueller-teil-Konstantin-Hintermayer.md \
97-tabellenverzeichnis.md \
98-abbildungsverzeichnis.md \
99-bibliographie.md \
@@ -13,6 +14,7 @@ pandoc \
--syntax-definition _extensions/razor/razor.xml \
--citeproc \
--bibliography sources.bib \
--csl _extensions/sources/tgm.csl \
--include-before-body 00_preamble.tex \
-H _extensions/header/header.tex \
-V geometry:"top=2.5cm, bottom=2cm, left=3cm, right=2cm, a4paper" \