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