summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/xu-hyphen/xu-copthyph.tex
diff options
context:
space:
mode:
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