summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorJonathan Kew <jfkthame@googlemail.com>2006-09-13 14:47:50 +0000
committerJonathan Kew <jfkthame@googlemail.com>2006-09-13 14:47:50 +0000
commit326a40829b63e3cc10425bbddec737d7191b1c62 (patch)
tree25e50223a3acd8ad84ade548d1dce2409deccc4c /Master/texmf-dist/tex
parentd538191fa07c4c8e4a4552b871e1622bdb58a4e7 (diff)
bug-fix in xu-tkhyph
git-svn-id: svn://tug.org/texlive/trunk@2122 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/generic/xu-hyphen/xu-tkhyph.tex5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/generic/xu-hyphen/xu-tkhyph.tex b/Master/texmf-dist/tex/generic/xu-hyphen/xu-tkhyph.tex
index 296a96cbff7..17180930b68 100644
--- a/Master/texmf-dist/tex/generic/xu-hyphen/xu-tkhyph.tex
+++ b/Master/texmf-dist/tex/generic/xu-hyphen/xu-tkhyph.tex
@@ -1,16 +1,19 @@
% xu-tkhyph.tex
% Wrapper for XeTeX to read tkhyph.tex
% Jonathan Kew, 2006-08-18
+% updated:
+% 2006-09-13 move \def\input to apply only under xetex
% Public domain
\begingroup
\let\INPUT=\input
-\def\input #1 {}
\expandafter\ifx\csname XeTeXrevision\endcsname\relax
\else
+ \def\input #1 {} % disable \input of cathyph.tex by tkhyph.tex
+
\catcode"11=\active
\def^^11{^^^^0131}% dotlessi incorrectly coded as ^^11 (EC: quotedblright)