summaryrefslogtreecommitdiff
path: root/_report.yml
blob: 391f970e8a1a1fab00ab3fa77696f98ea0a16d90 (plain)
  1. toc: true
  2. toc-depth: 2
  3. format:
  4. pdf:
  5. # links-as-notes: true
  6. colorlinks: false
  7. pdf-engine: lualatex
  8. documentclass: scrreprt
  9. classoption:
  10. - DIV=calc
  11. csquotes: true
  12. papersize: a4
  13. template-partials:
  14. - ../_templates/title.tex
  15. include-in-header:
  16. # recalculate page margins, since mainfont was set after documentclass
  17. - text: |
  18. \KOMAoptions{DIV=last}
  19. # avoid widow or orphan lines
  20. - text: |
  21. \usepackage[defaultlines=4,all]{nowidow}
  22. include-before-content:
  23. # avoid english style of double space after punctuation
  24. - text: |
  25. \frenchspacing
  26. # setup graph visualization libraries
  27. - text: |
  28. \usepackage{tikz}
  29. \usetikzlibrary{arrows.meta,chains,positioning,shapes.geometric}
  30. \tikzset{
  31. node distance = 0.75cm and 2cm, font=\bfseries,
  32. >=stealth,
  33. vertex/.style={circle,draw,minimum size=1.5em}
  34. }
  35. \tikzstyle{bag} = [align=center]