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