diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-02 22:19:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-02 22:19:48 +0000 |
commit | 54aa09d5d6925008eb25609ce953c1b99fd2d2c7 (patch) | |
tree | d8e052725306f427e156556aeb2bec689f8245cc /Master/tlpkg/bin/tlpkginfo | |
parent | 54e58adfc76118f03b1bd2f7dedfb2140dce7696 (diff) |
latex2e (1apr16), now including amsmath
git-svn-id: svn://tug.org/texlive/trunk@40218 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 11 |
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"; |