From 2a02a8a233d2d01a048cf14a7b2cc312bd8efafa Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 11 Feb 2024 11:05:56 +0100 Subject: add draft flyer --- tryk/_flyer.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tryk/_flyer.yml (limited to 'tryk/_flyer.yml') 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 -- cgit v1.2.3