diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex index 7cb7bb54f06..89e0cf3d11f 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-uk.tex @@ -22,18 +22,17 @@ \def\testengine#1#2!{\def\secondarg{#2}}\testengine Τ!\relax \ifx\secondarg\empty % Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument - \message{UTF-8 Ukrainian Hyphenation Patterns} + \message{UTF-8 Ukrainian hyphenation patterns} \input hyph-uk.tex - % Additional patterns with hyphen/dash: a hack to prevent breaking after hyphen, but not before. - \input exhyph-uk.tex + \input hyph-quote-uk.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{T2A Ukrainian Hyphenation Patterns} + \message{T2A Ukrainian hyphenation patterns} % The old system allows choosing patterns and encodings manually. That mechanism needs to be implemented first in this package, so we still fall back on old system. \input ukrhyph.tex \fi\else % pTeX - \message{T2A Ukrainian Hyphenation Patterns} - \input phyph-uk.tex + \message{T2A Ukrainian hyphenation patterns} + \input hyph-uk.t2a.tex \fi \endgroup |