• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1% xu-ethyph.tex
2% Wrapper for XeTeX to read ethyph.tex
3% Jonathan Kew, 2006-08-15
4% Public domain
5
6\begingroup
7
8\let\INPUT=\input
9
10\expandafter\ifx\csname XeTeXrevision\endcsname\relax
11\else
12
13  % ethyph.tex uses ^^xx for T1 characters;
14  % redefine them to access the required Unicode characters
15  \input xu-t1.tex
16  % and disable \input so that it won't read cathyph.tex
17  \def\input #1 {}
18
19\fi
20
21\INPUT ethyph.tex
22
23\endgroup
24\endinput
25