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