1% xu-nohyphbx.tex 2% Wrapper for XeTeX to read nohyphbx.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\BEGINGROUP=\begingroup 12 \def\begingroup{% at the initial \begingroup in nohyphbx... 13 \XeTeXinputencoding "bytes" % read the rest of the file as raw bytes 14 \BEGINGROUP 15 } 16 17 \let\PATTERNS=\patterns 18 \def\patterns{% at the \patterns command... 19 \endgroup % end group containing nohyphbx.tex's local definitions 20 \BEGINGROUP % and start our own (to match \endgroup in nohyphbx.tex) 21 \PATTERNS % and then load the real patterns 22 } 23 24\fi 25 26\input nohyphbx.tex 27 28\endgroup 29\endinput 30