diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/xu-hyphen')
-rw-r--r-- | Master/texmf-dist/tex/generic/xu-hyphen/xu-eshyph.tex | 25 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/xu-hyphen/xu-glhyph.tex | 25 |
2 files changed, 50 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/xu-hyphen/xu-eshyph.tex b/Master/texmf-dist/tex/generic/xu-hyphen/xu-eshyph.tex new file mode 100644 index 00000000000..96eb1bb235b --- /dev/null +++ b/Master/texmf-dist/tex/generic/xu-hyphen/xu-eshyph.tex @@ -0,0 +1,25 @@ +% xu-eshyph.tex +% Wrapper for XeTeX to read eshyph.tex +% Jonathan Kew, 2006-09-13 +% Public domain + +\begingroup + +\expandafter\ifx\csname XeTeXrevision\endcsname\relax +\else + + % eshyph.tex includes \catcode and \lccode settings for Latin-1 + % but these are harmless (and are written using ^^xx notation) + + \let\PATTERNS=\patterns + \def\patterns{% at the \patterns command... + \XeTeXinputencoding "bytes" % read the rest of the file as raw bytes + \PATTERNS % and then load the real patterns + } + +\fi + +\input eshyph.tex + +\endgroup +\endinput diff --git a/Master/texmf-dist/tex/generic/xu-hyphen/xu-glhyph.tex b/Master/texmf-dist/tex/generic/xu-hyphen/xu-glhyph.tex new file mode 100644 index 00000000000..f8a8c3d64f1 --- /dev/null +++ b/Master/texmf-dist/tex/generic/xu-hyphen/xu-glhyph.tex @@ -0,0 +1,25 @@ +% xu-glhyph.tex +% Wrapper for XeTeX to read glhyph.tex +% Jonathan Kew, 2006-09-13 +% Public domain + +\begingroup + +\expandafter\ifx\csname XeTeXrevision\endcsname\relax +\else + + % glhyph.tex includes \catcode and \lccode settings for Latin-1 + % but these are harmless (and are written using ^^xx notation) + + \let\PATTERNS=\patterns + \def\patterns{% at the \patterns command... + \XeTeXinputencoding "bytes" % read the rest of the file as raw bytes + \PATTERNS % and then load the real patterns + } + +\fi + +\input glhyph.tex + +\endgroup +\endinput |