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 --- Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ca.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ca.tex') diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ca.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ca.tex index 04d235b1da2..be4a75e3d0b 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ca.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-ca.tex @@ -20,16 +20,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 Catalan Hyphenation Patterns} + \message{UTF-8 Catalan hyphenation patterns} \input hyph-ca.tex \else % 8-bit engine (such as TeX or pdfTeX) - \message{EC Catalan Hyphenation Patterns} + \message{EC Catalan hyphenation patterns} \input conv-utf8-ec.tex \input hyph-ca.tex \fi\else % pTeX - \message{EC Catalan Hyphenation Patterns} - \input phyph-ca.tex + \message{EC Catalan hyphenation patterns} + \input hyph-ca.ec.tex \fi \endgroup -- cgit v1.2.3