diff options
author | Norbert Preining <preining@logic.at> | 2012-04-03 15:45:09 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2012-04-03 15:45:09 +0000 |
commit | bc659e9424d696d64b093517d95a734e4bf6e757 (patch) | |
tree | cc9d2546c48d0b60ed3680a14f024b84ade9ccdf /Master/tlpkg/tlpsrc | |
parent | 212ac0d854e2f5da92c62b0c7cb0aa50bd4f0e49 (diff) |
add collection-fontsrecommended to the deps of collections-xetex:
- xunicode.sty needs l3enc.def, it loads it without checks:
\input t3enc.def
- xunicode.sty is in the xunicode package, which in turn is
in collection-xetex
- l3enc.def is provided by tipa, which in turn is
in collection-fontsrecommended
- collection-xetex does neither depend on collection-fontsrecommended
nor tipa
we want each package in only one collection, so add the dep
collection-xetex -> collection-fontsrecommended
git-svn-id: svn://tug.org/texlive/trunk@25840 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-xetex.tlpsrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/collection-xetex.tlpsrc b/Master/tlpkg/tlpsrc/collection-xetex.tlpsrc index af1d89102db..5ad7fdc2a15 100644 --- a/Master/tlpkg/tlpsrc/collection-xetex.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-xetex.tlpsrc @@ -26,3 +26,4 @@ depend xetexfontinfo depend xltxtra depend xunicode depend collection-basic +depend collection-fontsrecommended |