summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/xu-hyphen/xu-czhyph.tex
blob: 5804211010e4293f53ad889d8797672ae6e80903 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% xu-czhyph.tex
% Wrapper for XeTeX to read czhyph[en].tex from CSTeX
% Jonathan Kew, 2006-08-18
% Public domain

\begingroup

\expandafter\ifx\csname XeTeXrevision\endcsname\relax

  \input czhyph.tex

\else

  \let\global=\relax % don't add message to \everyjob

  \input xu-csaccents.tex
  \input czhyphen.tex
  \input czhyphen.ex

\fi

\endgroup
\endinput