summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/xu-hyphen/xu-copthyph.tex
diff options
context:
space:
mode:
authorJonathan Kew <jfkthame@googlemail.com>2006-09-05 11:14:53 +0000
committerJonathan Kew <jfkthame@googlemail.com>2006-09-05 11:14:53 +0000
commit56aa98ceb2eca96a26bc625d25ea2895f59bb0d3 (patch)
tree6a5f0b33d7244e5df3b936e44d07c46e30522897 /Master/texmf-dist/tex/generic/xu-hyphen/xu-copthyph.tex
parent97adfa8962377b2a41a9e56bc5e8352bb7c681f1 (diff)
xu-hyphen wrappers for pattern files, to support both 8-bit TeX and XeTeX
git-svn-id: svn://tug.org/texlive/trunk@2082 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/xu-hyphen/xu-copthyph.tex')
-rw-r--r--Master/texmf-dist/tex/generic/xu-hyphen/xu-copthyph.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/xu-hyphen/xu-copthyph.tex b/Master/texmf-dist/tex/generic/xu-hyphen/xu-copthyph.tex
new file mode 100644
index 00000000000..441491b3b82
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/xu-hyphen/xu-copthyph.tex
@@ -0,0 +1,19 @@
+% xu-copthyph.tex
+% Wrapper for XeTeX to read copthyph.tex or utf8 version
+% Jonathan Kew, 2006-08-24
+% Public domain
+
+\begingroup
+
+\expandafter\ifx\csname XeTeXrevision\endcsname\relax
+
+ \input copthyph.tex
+
+\else
+
+ \input utf8-copthyph.tex
+
+\fi
+
+\endgroup
+\endinput