diff options
author | Karl Berry <karl@freefriends.org> | 2016-02-13 00:08:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-02-13 00:08:09 +0000 |
commit | 090ded961825be917116732276cd3ec07bcf1f7a (patch) | |
tree | 69291ad61b40c9632c1fcad667ce7fe48e5fea1c /Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-oc.tex | |
parent | 55c89a7fda677ccf7b257906b9930867b7b3eb77 (diff) |
hyph-utf8 (12feb16)
git-svn-id: svn://tug.org/texlive/trunk@39700 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-oc.tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-oc.tex | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-oc.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-oc.tex new file mode 100644 index 00000000000..e87f28db1a6 --- /dev/null +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-oc.tex @@ -0,0 +1,37 @@ +% filename: loadhyph-oc.tex +% language: occitan +% +% Loader for hyphenation patterns, generated by +% source/generic/hyph-utf8/generate-pattern-loaders.rb +% See also http://tug.org/tex-hyphen +% +% Copyright 2008-2016 TeX Users Group. +% You may freely use, modify and/or distribute this file. +% (But consider adapting the scripts if you need modifications.) +% +% Once it turns out that more than a simple definition is needed, +% these lines may be moved to a separate file. +% +\begingroup +\lccode`\'=`\' +% 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 +\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 Occitan hyphenation patterns} + \input hyph-oc.tex + \input hyph-quote-oc.tex +\else + % 8-bit engine (such as TeX or pdfTeX) + \message{EC Occitan hyphenation patterns} + \input conv-utf8-ec.tex + \input hyph-oc.tex +\fi\else + % pTeX + \message{EC Occitan hyphenation patterns} + \input hyph-oc.ec.tex +\fi +\endgroup |