summaryrefslogtreecommitdiff
path: root/tryk/_flyer.yml
blob: 8060d14fc0975f584d0b5bab21892b37c7a6c817 (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. - text: |
  12. \usepackage{nopageno}
  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 added space after punctuation
  21. - text: |
  22. \frenchspacing