This commit is contained in:
7
metadata.yaml
Normal file
7
metadata.yaml
Normal 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
18
pandoc-cmd.sh
Executable 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
|
||||
Reference in New Issue
Block a user