We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5bd9d commit d99306bCopy full SHA for d99306b
Dockerfile
@@ -178,6 +178,7 @@ RUN tlmgr update --self && tlmgr install \
178
geometry \
179
hardwrap \
180
hyperref \
181
+ hyphenat \
182
koma-script \
183
latexmk \
184
lineno \
template/tcg.tex
@@ -65,6 +65,7 @@
65
\usepackage{ifxetex,ifluatex}
66
\usepackage[space,spacefont="Arial"]{accsupp}
67
\usepackage{pdflscape}
68
+\usepackage[none]{hyphenat}
69
70
% Use accessibility features to provide alt text for "informative" blocks that
71
% also adds an invisible (but usable with screen readers) "end of informative"
0 commit comments