aboutsummaryrefslogtreecommitdiff
path: root/_report.yml
blob: 0797f3aaedb41a4a2881bfe8fc7eeee8b1944f5b (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/doc-class.tex
  15. - ../_templates/title.tex
  16. include-in-header:
  17. # recalculate page margins, since mainfont was set after documentclass
  18. - text: |
  19. \KOMAoptions{DIV=last}
  20. # avoid widow or orphan lines
  21. - text: |
  22. \usepackage[defaultlines=4,all]{nowidow}
  23. include-before-content:
  24. # avoid english style of double space after punctuation
  25. - text: |
  26. \frenchspacing
  27. # setup graph visualization libraries
  28. - text: |
  29. \usepackage{tikz}
  30. \usetikzlibrary{arrows.meta,chains,positioning,shapes.geometric}
  31. \tikzset{
  32. node distance = 0.75cm and 2cm, font=\bfseries,
  33. >=stealth,
  34. vertex/.style={circle,draw,minimum size=1.5em}
  35. }
  36. \tikzstyle{bag} = [align=center]