• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1% xu-huhyphn.tex
2% Wrapper for XeTeX to read huhyphn.tex
3% Jonathan Kew, 2006-08-17
4% Public domain
5
6\begingroup
7
8\expandafter\ifx\csname XeTeXrevision\endcsname\relax
9\else
10
11  \let\PATTERNS=\patterns
12  \def\patterns{% at the \patterns command in huhyphn.tex...
13    \endgroup % end group containing huhyphn.tex's local definitions
14    \begingroup % and start our own (to match \endgroup in huhyphn.tex)
15
16    \input xu-t1.tex % map T1 codes to Unicode characters
17
18    \XeTeXinputencoding "bytes" % read the rest of the file as raw bytes
19    \PATTERNS % and then load the real patterns
20  }
21
22\fi
23
24\input huhyphn.tex
25
26\endgroup
27\endinput
28