summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lo.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lo.tex')
-rw-r--r--Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lo.tex34
1 files changed, 0 insertions, 34 deletions
diff --git a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lo.tex b/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lo.tex
deleted file mode 100644
index 0005d17a3b6..00000000000
--- a/Master/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-lo.tex
+++ /dev/null
@@ -1,34 +0,0 @@
-% filename: loadhyph-lo.tex
-% language: lao
-%
-% Loader for hyphenation patterns, generated by
-% source/generic/hyph-utf8/generate-pattern-loaders.rb
-% See also http://tug.org/tex-hyphen
-%
-% 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.)
-%
-% Once it turns out that more than a simple definition is needed,
-% these lines may be moved to a separate file.
-%
-\begingroup
-% 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 Lao hyphenation patterns}
- \input hyph-lo.tex
-\else
- % 8-bit engine (such as TeX or pdfTeX)
- \message{No Lao hyphenation patterns - only for Unicode engines}
- %\input zerohyph.tex
-\fi\else
- % pTeX
- \message{No Lao hyphenation patterns - only for Unicode engines}
- %\input zerohyph.tex
-\fi
-\endgroup