diff options
author | Karl Berry <karl@freefriends.org> | 2013-02-22 23:30:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-02-22 23:30:15 +0000 |
commit | a830bdadc23693b3f4b48f951882a5f98382220e (patch) | |
tree | f0a1b255bde19811209bfbc9ffb83df3e1ce7d43 /Master/tlpkg/bin/tlpkginfo | |
parent | 738a939d793a45d4e61398185d2a9d6d2dda1ac4 (diff) |
amsrefs from latex-tds (14feb13)
git-svn-id: svn://tug.org/texlive/trunk@29206 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index b42325215c7..600bf1af61a 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"; # awaiting heiko + $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.) |