diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1901.tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1901.tex | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1901.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1901.tex index 3fd5bd62ba3..cac4eabbaf0 100644 --- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1901.tex +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-de-1901.tex @@ -1,10 +1,11 @@ -% loadhyph-de-1901.tex +% filename: loadhyph-de-1901.tex +% language: german % -% Autogenerated loader for hyphenation patterns for "german" -% by source/generic/hyph-utf8/generate-pattern-loaders.rb +% Loader for hyphenation patterns, generated by +% source/generic/hyph-utf8/generate-pattern-loaders.rb % See also http://tug.org/tex-hyphen % -% Copyright 2008 TeX Users Group. +% Copyright 2008-2011 TeX Users Group. % You may freely use, modify and/or distribute this file. % (But consider adapting the scripts if you need modifications.) % @@ -12,17 +13,23 @@ % these lines may be moved to a separate file. % \begingroup -% Test whether we received one or two arguments -\def\testengine#1#2!{\def\secondarg{#2}} +% Test for pTeX +\ifx\kanjiskip\undefined +% Test for native UTF-8 (which gets only a single argument) % That's Tau (as in Taco or ΤΕΧ, Tau-Epsilon-Chi), a 2-byte UTF-8 character -\testengine Τ!\relax -% Unicode-aware engine (such as XeTeX or LuaTeX) only sees a single (2-byte) argument +\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 German Hyphenation Patterns (Traditional Orthography)} \input hyph-de-1901.tex \else - \message{German Hyphenation Patterns (Traditional Orthography)} + % 8-bit engine (such as TeX or pdfTeX) + \message{EC German Hyphenation Patterns (Traditional Orthography)} % Kept for the sake of backward compatibility, but newer and better patterns by WL are available. \input dehypht.tex +\fi\else + % pTeX + \message{EC German Hyphenation Patterns (Traditional Orthography)} + \input phyph-de-1901.tex \fi \endgroup |