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