aboutsummaryrefslogtreecommitdiff
path: root/.pandoc-config.yml
blob: 191535ed28c172d584d9994db26603a1d7924c3a (plain)
  1. ---
  2. title: |
  3. Ein Buch
  4. subtitle: |
  5. Kollaboratives Schreiben umfangreicher Dokumente
  6. author:
  7. - Ein Autorenkollektiv
  8. extratitle: false
  9. lang: de-de
  10. colorlinks: true
  11. links-as-notes: false
  12. papersize: a4
  13. fontsize: 12pt
  14. numbersections: true
  15. toc-depth: 3
  16. lof: true
  17. classoption:
  18. - oneside
  19. - headings=small
  20. toc: true
  21. geometry:
  22. - top=3cm
  23. - right=3cm
  24. - left=3cm
  25. - bottom=3cm
  26. chapters: false
  27. documentclass: scrbook
  28. linestretch: 1.2
  29. # Bibliografie
  30. bibliography: ../references.bib
  31. csl: ../dgp.csl
  32. # Zusätzliche LaTeX-Pakete
  33. header-includes: |
  34. \usepackage{graphicx}
  35. \usepackage{csquotes}
  36. \usepackage{pdflscape}
  37. ---