diff options
Diffstat (limited to 'tryk/_flyer.yml')
-rw-r--r-- | tryk/_flyer.yml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tryk/_flyer.yml b/tryk/_flyer.yml new file mode 100644 index 0000000..8060d14 --- /dev/null +++ b/tryk/_flyer.yml @@ -0,0 +1,24 @@ +format: + pdf: + colorlinks: false + pdf-engine: lualatex + documentclass: scrartcl + classoption: + - DIV=calc + csquotes: true + papersize: a4 + + include-in-header: + - text: | + \usepackage{nopageno} +# 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 |