summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpkginfo
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo11
1 files changed, 5 insertions, 6 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo
index 2dca9760444..ca7037b536f 100755
--- a/Master/tlpkg/bin/tlpkginfo
+++ b/Master/tlpkg/bin/tlpkginfo
@@ -70,7 +70,7 @@ sub ctaninfo {
# erroneous or problematic tds files (when new, tell CTAN and author)
$erroneous_tds = join ("|",
- qw(alertmessage babel countriesofeurope dad ebproof engpron gost
+ qw(alertmessage countriesofeurope dad ebproof engpron gost
hacm imtekda mathdesign tufte-latex xassoccnt),
);
@@ -79,8 +79,8 @@ sub ctaninfo {
# special packages from latex-tds project; used by prepare()
$latex_tds_pkgs = "latex-tds";
- $latex_tds_pkgs .= "|psnfss"; # cyrillic|graphics|latex|tools on their own
- $latex_tds_pkgs .= "|knuth"; # other
+ $latex_tds_pkgs .= "|psnfss"; # amsmath|cyrillic|graphics|latex|tools on own
+ $latex_tds_pkgs .= "|knuth"; # other
$latex_tds_dir = "$CTAN/macros/latex/contrib/latex-tds";
# the CJK material is split into several packages.
@@ -384,9 +384,8 @@ sub prepare {
} elsif ($pkg eq "latex") {
$tds_path = "$CTAN/install/macros/latex/latex-base.tds.zip";
-# except the babel.tds.zip is useless at present
-# } elsif ($pkg eq "babel") {
-# $tds_path = "$CTAN/install/macros/latex/required/babel.tds.zip";
+ } elsif ($pkg =~ /^(amsmath|cyrillic|graphics|tools)$/) {
+ $tds_path = "$CTAN/install/macros/latex/required/latex-$pkg.tds.zip";
} elsif ($pkg eq "pgf") {
$tds_path = "$CTAN/install/graphics/pgf/base/pgf.tds.zip";