aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAxel Dürkop <axel.duerkop@tuhh.de>2020-11-10 11:39:57 +0100
committerAxel Dürkop <axel.duerkop@tuhh.de>2020-11-10 11:39:57 +0100
commit0f47cfc1ba5847ffd8c373848df0662a01aec9b8 (patch)
tree906ee613f95ecd5cd80e5bdbe5f977fec5238f24 /config
parentcc20b4d9c2bcb1d1f944de8444dd30b8366526df (diff)
Reorder files and config
Diffstat (limited to 'config')
-rw-r--r--config/.pandoc-config.yml42
1 files changed, 42 insertions, 0 deletions
diff --git a/config/.pandoc-config.yml b/config/.pandoc-config.yml
new file mode 100644
index 0000000..d651406
--- /dev/null
+++ b/config/.pandoc-config.yml
@@ -0,0 +1,42 @@
+---
+title: |
+ 77 Tipps zum wissenschaftlichen Arbeiten
+subtitle: |
+ eine Sammlung
+author:
+ - Ein Autorenkollektiv
+ - cc by-Platzhalter
+extratitle: false
+lang: de-de
+colorlinks: true
+links-as-notes: false
+papersize: a4
+fontsize: 12pt
+numbersections: true
+toc-depth: 2
+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: ./din-1505-2-alphanumeric.csl
+
+
+# Zusätzliche LaTeX-Pakete
+header-includes: |
+ \usepackage{graphicx}
+ \usepackage{csquotes}
+ \usepackage{pdflscape}
+ \usepackage{pdfpages}
+---