aboutsummaryrefslogtreecommitdiff
path: root/config/.pandoc-config.yml
blob: 87e831267a6d0764100581baf538be3b7a6c4399 (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. date: 2021
  10. extratitle: false
  11. lang: de-de
  12. colorlinks: true
  13. links-as-notes: false
  14. papersize: a4
  15. fontsize: 12pt
  16. numbersections: true
  17. toc-depth: 2
  18. lof: true
  19. classoption:
  20. - twoside
  21. - headings=small
  22. toc: true
  23. geometry:
  24. - top=3cm
  25. - right=3cm
  26. - left=3cm
  27. - bottom=3cm
  28. chapters: false
  29. documentclass: scrbook
  30. linestretch: 1.2
  31. sansfont: "Asap"
  32. sansfontoptions:
  33. - Path=fonts/
  34. - UprightFont=*-Regular,
  35. - BoldFont=*-Bold
  36. - ItalicFont=*-Italic
  37. - Scale=1
  38. mainfont: "Asap"
  39. mainfontoptions:
  40. - Path=fonts/
  41. - UprightFont=*-Regular,
  42. - BoldFont=*-Bold
  43. - ItalicFont=*-Italic
  44. - Scale=1
  45. # Bibliografie
  46. bibliography: ./references.bib
  47. csl: ./din-1505-2-alphanumeric.csl
  48. ---