diff options
Diffstat (limited to 'report.qmd')
| -rw-r--r-- | report.qmd | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -12,6 +12,8 @@ format: pdfversion: "2.0" pdfstandard: [A-4f, UA-2] tagging: on + template-partials: + - before-title.tex metadata-files: - _actors.yml @@ -29,6 +31,18 @@ filters: - nobreaks include-in-header: +# refine hyphenation +- text: | + \usepackage{lua-check-hyphen} + \LuaCheckHyphen{compact,whitelist={% + hyph_ok_any.txt,% + hyph_ok_american.txt,% + hyph_ok_danish.txt,% + }} + \babelhyphenation[danish]{ + ind-ram-mer % in-drammer + videns-etab-ler-ing % viden-setablering + } # add alt text to embedded image, to aid non-visual rendering - text: | \renewcommand{\doclicenseImage}[1][]{% |
