diff options
author | Florian Hagen <florian.hagen@tuhh.de> | 2019-09-10 08:45:33 +0000 |
---|---|---|
committer | Florian Hagen <florian.hagen@tuhh.de> | 2019-09-10 08:45:33 +0000 |
commit | ed278e6c9d0b19758608686cd81029a0f267ed14 (patch) | |
tree | 70853af083dfe38ec7b113f959196d23c9a4b614 | |
parent | 4dd9726f0bb9a568cf7fef634d18fdd04af23d59 (diff) |
Add new file
-rw-r--r-- | .pandoc-config.yml | 39 |
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} +--- |