aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.pandoc-config.yml39
1 files changed, 39 insertions, 0 deletions
diff --git a/.pandoc-config.yml b/.pandoc-config.yml
new file mode 100644
index 0000000..191535e
--- /dev/null
+++ b/.pandoc-config.yml
@@ -0,0 +1,39 @@
+---
+title: |
+ Ein Buch
+subtitle: |
+ Kollaboratives Schreiben umfangreicher Dokumente
+author:
+ - Ein Autorenkollektiv
+extratitle: false
+lang: de-de
+colorlinks: true
+links-as-notes: false
+papersize: a4
+fontsize: 12pt
+numbersections: true
+toc-depth: 3
+lof: true
+classoption:
+ - oneside
+ - headings=small
+toc: true
+geometry:
+ - top=3cm
+ - right=3cm
+ - left=3cm
+ - bottom=3cm
+chapters: false
+documentclass: scrbook
+linestretch: 1.2
+
+# Bibliografie
+bibliography: ../references.bib
+csl: ../dgp.csl
+
+# Zusätzliche LaTeX-Pakete
+header-includes: |
+ \usepackage{graphicx}
+ \usepackage{csquotes}
+ \usepackage{pdflscape}
+---