diff options
author | Karl Berry <karl@freefriends.org> | 2013-02-01 23:58:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-02-01 23:58:28 +0000 |
commit | 017f337f3d69a9d9c9d70b904a7a0a09f3b4331e (patch) | |
tree | 8ff607d8cfc8d88a1a5c9054aea12e2fcbfb6390 /Master/tlpkg/bin/tlpkginfo | |
parent | 92e971ebe60f39f8244c1c8796219ad878b1617e (diff) |
amsfonts 3.04 (29jan13)
git-svn-id: svn://tug.org/texlive/trunk@29006 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index bac12bde100..b42325215c7 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -26,7 +26,7 @@ sub main { # special packages from latex-tds project; used by prepare() $corelatex_tds_pkgs = "babel|cyrillic|graphics|latex|psnfss|tools"; - $amslatex_tds_pkgs = "amscls|amsmath|amsrefs"; # tlpsrc_find_catalogue() too + $amslatex_tds_pkgs = "amscls"; #"amsmath|amsrefs"; # awaiting heiko $latex_tds_pkgs = "latex-tds|knuth|$amslatex_tds_pkgs|$corelatex_tds_pkgs"; $latex_tds_dir = "$CTAN/macros/latex/contrib/latex-tds"; # (amsfonts and amstex are handled from the originals.) @@ -66,11 +66,9 @@ sub find_ctan_dir { # use explicit catalogue name if given in tlpsrc. my $me = &tlpsrc_find_catalogue ($pkgname); if (! $me) { - if ($pkgname =~ /^($amslatex_tds_pkgs)$/) { - # ctan (and latex-tds) bundles all ams packages together, + if ($pkgname =~ /^($cjk_pkgs)$/) { + # ctan bundles these packages together, # but we use separate tlp names. - $me = "amslatex" ; - } elsif ($pkgname =~ /^($cjk_pkgs)$/) { $me = "cjk"; # likewise CJK } elsif ($pkgname eq "mkgrkindex") { $me = "greek-makeindex"; # use directory name |