Skip to content

Commit

Permalink
disable word breaks across lines (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfenner committed Apr 9, 2024
1 parent 6a5bd9d commit d99306b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ RUN tlmgr update --self && tlmgr install \
geometry \
hardwrap \
hyperref \
hyphenat \
koma-script \
latexmk \
lineno \
Expand Down
1 change: 1 addition & 0 deletions template/tcg.tex
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
\usepackage{ifxetex,ifluatex}
\usepackage[space,spacefont="Arial"]{accsupp}
\usepackage{pdflscape}
\usepackage[none]{hyphenat}

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

0 comments on commit d99306b

Please sign in to comment.