aboutsummaryrefslogtreecommitdiff
path: root/config/.pandoc-config.yml
blob: 68d584b12f2511023d363dcb540f782790f659d5 (plain)
  1. ---
  2. title: |
  3. Mehr als 77 Tipps zum wissenschaftlichen Arbeiten
  4. author:
  5. - Florian Hagen
  6. - Axel Dürkop
  7. - Thomas Hapke
  8. - Tobias Zeumer
  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: 2
  17. lof: true
  18. classoption:
  19. - twoside
  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. sansfont: "Asap"
  31. sansfontoptions:
  32. - Path=fonts/
  33. - UprightFont=*-Regular,
  34. - BoldFont=*-Bold
  35. - ItalicFont=*-Italic
  36. - Scale=1
  37. mainfont: "Asap"
  38. mainfontoptions:
  39. - Path=fonts/
  40. - UprightFont=*-Regular,
  41. - BoldFont=*-Bold
  42. - ItalicFont=*-Italic
  43. - Scale=1
  44. # Bibliografie
  45. bibliography: ./references.bib
  46. csl: ./din-1505-2-alphanumeric.csl
  47. ---