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