summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/xu-hyphen/xu-mnhyph.tex
blob: 6da0b3d25db37f1da013c223ad821fa8ca9db95e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
% xu-mnhyph.tex
% Wrapper for XeTeX to read mnhyph.tex
% Jonathan Kew, 2006-08-18
% Public domain

\begingroup

\expandafter\ifx\csname XeTeXrevision\endcsname\relax
\else

  \catcode`^^b2=13 \def^^b2{^^^^0161}% s-caron
  \catcode`^^b3=13 \def^^b3{^^^^015f}% s-cedilla
  \catcode`^^b4=13 \def^^b4{^^^^0165}% t-caron
  \catcode`^^b6=13 \def^^b6{^^^^0171}% u-hungarianumlaut
  \catcode`^^b5=13 \def^^b5{^^^^0163}% t-cedilla

  \let\PATTERNS=\patterns
  \def\patterns{%
    \endgroup
    \begingroup
    \PATTERNS
  }

\fi

\input mnhyph.tex

\endgroup
\endinput