1% xu-hrhyph.tex 2% Wrapper for XeTeX to read hrhyph.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 hrhyph.tex... 13 \endgroup % end group containing hrhyph.tex's local definitions 14 \begingroup % and start our own (to match \endgroup in hrhyph.tex) 15 16 \input xu-t1.tex % remap T1 codes to Unicode characters 17 18 \PATTERNS % and then load the real patterns 19 } 20 21\fi 22 23\input hrhyph.tex 24 25\endgroup 26 27\lefthyphenmin=2 \righthyphenmin=2 28 29\endinput 30