1% xu-tkhyph.tex 2% Wrapper for XeTeX to read tkhyph.tex 3% Jonathan Kew, 2006-08-18 4% updated: 5% 2006-09-13 move \def\input to apply only under xetex 6% Public domain 7 8\begingroup 9 10\let\INPUT=\input 11 12\expandafter\ifx\csname XeTeXrevision\endcsname\relax 13\else 14 15 \def\input #1 {} % disable \input of cathyph.tex by tkhyph.tex 16 17 \catcode"11=\active 18 \def^^11{^^^^0131}% dotlessi incorrectly coded as ^^11 (EC: quotedblright) 19 20 \let\PATTERNS=\patterns 21 \def\patterns{% 22 \INPUT xu-t1.tex 23 \PATTERNS 24 } 25 26\fi 27 28\INPUT tkhyph.tex 29 30\endgroup 31\endinput 32