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