aboutsummaryrefslogtreecommitdiff
path: root/_article.yml
blob: 6a17ef9438d1cce3cbe5e528e173627df3c9b760 (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. 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]