blob: 40c8348d1eb66606534b60c1ecadb47cd9358bd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
% xu-frhyph.tex
% Wrapper for XeTeX to read frhyph.tex
% Jonathan Kew, 2006-08-15
% Public domain
\begingroup
\expandafter\ifx\csname XeTeXrevision\endcsname\relax
\else
% frhyph.tex uses ^^xx for T1 characters
% redefine them to access the required Unicode characters
% (only \oe{} actually matters here!)
\input xu-t1.tex
\fi
\input frhyph.tex
\endgroup
\endinput
|