diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-02-11 11:05:56 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-02-11 11:05:56 +0100 |
commit | 2a02a8a233d2d01a048cf14a7b2cc312bd8efafa (patch) | |
tree | 470355795d74d5f6f488280421a7dd0ba29b59df /tryk/_flyer.yml | |
parent | 2b1ee0e7d7006249b4020c7657ee596b56ee5030 (diff) |
add draft flyer
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 |