aboutsummaryrefslogtreecommitdiff
path: root/_article.yml
blob: fce76c599cb9c4c682b6adef892cb8cd7436bc52 (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. include-in-header:
  13. # recalculate page margins, since mainfont was set after documentclass
  14. - text: |
  15. \KOMAoptions{DIV=last}
  16. # avoid widow or orphan lines
  17. - text: |
  18. \usepackage[defaultlines=4,all]{nowidow}
  19. include-before-content:
  20. # avoid english style of double space after punctuation
  21. - text: |
  22. \frenchspacing
  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]