diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-22 22:57:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-22 22:57:02 +0000 |
commit | b14ff26ccb116e07a5ecaf74fea1c90d90d1dfa6 (patch) | |
tree | c0afd498b47ab4f445c99ad2744822acc805e337 | |
parent | 21705b20927f5c1145ae2180cd1a6da521866126 (diff) |
everything needs xu-hyphen, that was the best way to support both xetex(unicode) and non-xetex(original) hyphenation patterns. Reported by Daniel Flipo, 22 Dec 2006 12:58:17.
git-svn-id: svn://tug.org/texlive/trunk@2849 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf/tpm/collection-basic.tpm | 1 | ||||
-rw-r--r-- | Master/texmf/tpm/collection-xetex.tpm | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/tpm/collection-basic.tpm b/Master/texmf/tpm/collection-basic.tpm index 01bc774aecd..8cb2dcf3823 100644 --- a/Master/texmf/tpm/collection-basic.tpm +++ b/Master/texmf/tpm/collection-basic.tpm @@ -37,6 +37,7 @@ drivers. <TPM:Package name="misc"/> <TPM:Package name="plain"/> <TPM:Package name="tex-ps"/> + <TPM:Package name="xu-hyphen"/> <TPM:TLCore name="collection-basicbin"/> <TPM:TLCore name="collection-documentation-base"/> <TPM:TLCore name="hyphen-base"/> diff --git a/Master/texmf/tpm/collection-xetex.tpm b/Master/texmf/tpm/collection-xetex.tpm index 1c7bbbd3b09..a5af094b257 100644 --- a/Master/texmf/tpm/collection-xetex.tpm +++ b/Master/texmf/tpm/collection-xetex.tpm @@ -23,7 +23,6 @@ Macro files for XeTeX, Unicode-enabled TeX by Jonathan Kew. <TPM:Package name="xetexconfig"/> <TPM:Package name="xetexurl"/> <TPM:Package name="xltxtra"/> - <TPM:Package name="xu-hyphen"/> <TPM:Package name="xunicode"/> <TPM:TLCore name="bin-xetex"/> <TPM:TLCore name="collection-basic"/> |