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