From c16c3671b463389088bf967cb266e97f3329f819 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 19 Sep 2010 23:17:07 +0000 Subject: hyph-utf8 update for afrikaans (18sep10) git-svn-id: svn://tug.org/texlive/trunk@19815 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/generic/hyph-utf8/loadhyph/loadhyph-af.tex | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-af.tex (limited to 'Master/texmf-dist/tex/generic/hyph-utf8/loadhyph') diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-af.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-af.tex new file mode 100644 index 00000000000..1ea42c53d82 --- /dev/null +++ b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-af.tex @@ -0,0 +1,28 @@ +% loadhyph-af.tex +% +% Autogenerated loader for hyphenation patterns for "afrikaans" +% by source/generic/hyph-utf8/generate-pattern-loaders.rb +% See also http://tug.org/tex-hyphen +% +% Copyright 2008 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 whether we received one or two arguments +\def\testengine#1#2!{\def\secondarg{#2}} +% 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 +\ifx\secondarg\empty + \message{UTF-8 Afrikaans Hyphenation Patterns} +\else + \message{EC Afrikaans Hyphenation Patterns} + \input conv-utf8-ec.tex +\fi +\input hyph-af.tex +\endgroup -- cgit v1.2.3