blob: cdaa213c73f2ac6536d2ac99e2e33077dd552e05 (
plain)
- format:
- html: default
- pdf:
- # links-as-notes: true
- colorlinks: false
- pdf-engine: lualatex
- documentclass: scrreprt
- classoption:
- - DIV=calc
- csquotes: true
- papersize: a4
- # extract-media: img
- include-in-header:
- # recalculate page margins, since mainfont was set after documentclass
- - text: |
- \KOMAoptions{DIV=last}
- # avoid widow or orphan lines
- - text: |
- \usepackage[defaultlines=4,all]{nowidow}
- include-before-content:
- # avoid english style of added space after punctuation
- - text: |
- \frenchspacing
|