diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-12-10 20:49:37 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-12-10 20:49:37 +0100 |
commit | 2186dbc4a8f66ee648c4a6b21c764ee7bf55878e (patch) | |
tree | 5ccc021f325d2609ce281a5eecb1e73521a13d50 /tryk | |
parent | d4ac9e62f83763935c58710d1f284157caf35a99 (diff) |
refine hyphenation
Diffstat (limited to 'tryk')
-rw-r--r-- | tryk/_issue.yml | 3 | ||||
-rw-r--r-- | tryk/before-title.tex | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tryk/_issue.yml b/tryk/_issue.yml index da6584a..42c1ad6 100644 --- a/tryk/_issue.yml +++ b/tryk/_issue.yml @@ -8,6 +8,9 @@ format: papersize: a4 # extract-media: img + template-partials: + - before-title.tex + include-in-header: # support multiple tagged columns (class option twocolumn is not tagged) - text: | diff --git a/tryk/before-title.tex b/tryk/before-title.tex new file mode 100644 index 0000000..a12bb98 --- /dev/null +++ b/tryk/before-title.tex @@ -0,0 +1,2 @@ +% refine hyphenation +\babelhyphenmins{3}{3} |