From b439631e2c3a99a345993513013a2ace563bdd3b Mon Sep 17 00:00:00 2001 From: Mojca Miklavec Date: Sat, 11 Jun 2011 00:32:38 +0000 Subject: An attempt to import the latest version of hyph-utf8 (#558) LuaTeX: * add support for loading multiple pattern files in LuaTeX TeX Live: * remove copthyph.tex from texmf: it is now part of hyph-utf8 * update language.ptx and language.def for pTeX * update some descriptions in tlpsrc files (not finished) * change lefthyphenmin from 2 to 1 for Afrikaans (not sure when it was set to 2) hyph-utf8: * load patterns for Latin and Cyrillic scripts for Serbian simultaneously * new version of German hyphenation patterns * support both U+0027 and U+2019 as apostrophe in Unicode engines git-svn-id: svn://tug.org/texlive/trunk@22909 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ru.tex | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ru.tex') diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ru.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ru.tex index efaabd5ac95..6fc8d282767 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ru.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ru.tex @@ -21,18 +21,16 @@ \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 Russian Hyphenation Patterns} + \message{UTF-8 Russian hyphenation patterns} \input hyph-ru.tex - % Additional patterns with hyphen/dash: a hack to prevent breaking after hyphen, but not before. - \input exhyph-ru.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{T2A Russian Hyphenation Patterns} + \message{T2A Russian 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 ruhyphen.tex \fi\else % pTeX - \message{T2A Russian Hyphenation Patterns} - \input phyph-ru.tex + \message{T2A Russian hyphenation patterns} + \input hyph-ru.t2a.tex \fi \endgroup -- cgit v1.2.3