Skip to content

Commit d99306b

Browse files
authored
disable word breaks across lines (#146)
1 parent 6a5bd9d commit d99306b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ RUN tlmgr update --self && tlmgr install \
178178
geometry \
179179
hardwrap \
180180
hyperref \
181+
hyphenat \
181182
koma-script \
182183
latexmk \
183184
lineno \

template/tcg.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
\usepackage{ifxetex,ifluatex}
6666
\usepackage[space,spacefont="Arial"]{accsupp}
6767
\usepackage{pdflscape}
68+
\usepackage[none]{hyphenat}
6869

6970
% Use accessibility features to provide alt text for "informative" blocks that
7071
% also adds an invisible (but usable with screen readers) "end of informative"

0 commit comments

Comments
 (0)