summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/xu-hyphen/xu-copthyph.tex
blob: 441491b3b82000ee48c6eee19d4cc61b52a3e0e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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