diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-02 21:47:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-02 21:47:19 +0000 |
commit | ec14d89f021dfd980cdfa7d093dff1030c8abc1f (patch) | |
tree | 19af02b6b0c13ceb30a7bf286b80cc153816c6d8 /Master/tlpkg/bin | |
parent | 7c33bd298b907ca27ef2ffb207f127054fa08e71 (diff) |
dcpic (2may13)
git-svn-id: svn://tug.org/texlive/trunk@30206 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-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 37f61d0b549..e19bc87b1ef 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -27,7 +27,7 @@ sub main { # special packages from latex-tds project; used by prepare() $amslatex_tds_pkgs = "amscls|amsmath|amsrefs"; # from amslatex.tds $latex_tds_pkgs = $amslatex_tds_pkgs; - $latex_tds_pkgs .= "|babel|cyrillic|graphics|latex|psnfss|tools"; # latex + $latex_tds_pkgs .= "|cyrillic|graphics|latex|psnfss|tools"; # latex $latex_tds_pkgs .= "|latex-tds|amsfonts|knuth"; # other $latex_tds_dir = "$CTAN/macros/latex/contrib/latex-tds"; # (amstex handled from the original.) |