diff options
Diffstat (limited to '_issue.yml')
-rw-r--r-- | _issue.yml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/_issue.yml b/_issue.yml new file mode 100644 index 0000000..cdaa213 --- /dev/null +++ b/_issue.yml @@ -0,0 +1,25 @@ +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 |