diff options
-rw-r--r-- | _extensions/js/stylish-issue/_extension.yaml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/_extensions/js/stylish-issue/_extension.yaml b/_extensions/js/stylish-issue/_extension.yaml index bba29e6..f21ebbc 100644 --- a/_extensions/js/stylish-issue/_extension.yaml +++ b/_extensions/js/stylish-issue/_extension.yaml @@ -9,6 +9,8 @@ contributes: colorlinks: false pdf-engine: lualatex documentclass: scrartcl + classoption: + - headings=big csquotes: true papersize: a4 # extract-media: img @@ -17,6 +19,9 @@ contributes: - before-title.tex include-in-header: +# larger section font + - text: | + \RedeclareSectionCommand[font=\Huge]{section} # support multiple tagged columns (class option twocolumn is not tagged) - text: | \usepackage[a4paper, margin=0.5in, bottom=1in]{geometry} @@ -43,15 +48,15 @@ contributes: # add newline between definition list description and items - text: | \usepackage{enumitem} - \setlist[description]{style=nextline} + \setlist[description]{leftmargin=1em,style=nextline} # set page footer to danish page count "side X af Y" - text: | \usepackage{lastpage} \usepackage{scrlayer-scrpage} \cfoot*{side \thepage\ af \pageref{LastPage}} -# suppress figure label +# suppress figure label, and adjust styling - text: | - \usepackage[labelformat=empty]{caption} + \usepackage[labelformat=empty,font={sf,small},skip=0.5ex]{caption} # newspaper styling of title header - text: | \usepackage[useregional,showdow]{datetime2} |