diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-24 16:44:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-24 16:44:01 +0000 |
commit | c68f9012130bdc604769e59229abefc28ac1cf04 (patch) | |
tree | d94971f342c4ea8f9cbdcf4486ec1673bde87a16 /Master/tlpkg/bin | |
parent | 4873be2e9722a5d9a95aa8edb9859d735853ab27 (diff) |
new latex package asyfig (23jun09)
git-svn-id: svn://tug.org/texlive/trunk@13944 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index b942bb1d021..f3c77b07151 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -31,7 +31,7 @@ my @WorkingTLP = qw( apa apacite apalike apalike2 appendix apl arabi arabtex arabxetex archaic arcs arev armenian around-the-bend arphic arrayjob arsclassica - arydshln Asana-Math asaetr ascii assignment astro + arydshln Asana-Math asaetr ascii assignment astro asyfig attachfile auncial-new aurical authoraftertitle authorindex auto-pst-pdf autoarea automata babel babelbib bangtex barcodes barr bbcard bbding bbm bbold bclogo diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index bbefcf11743..8ad59397b2a 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -18,7 +18,7 @@ sub main # erroneous tds files (warn Robin about them) or problematic (purifyeps). # list format: pkg1|pkg2|etc - $erroneous_tds = "elsarticle|purifyeps|tugboat|xetexref"; + $erroneous_tds = "asyfig|elsarticle|purifyeps|tugboat|xetexref"; # special packages from latex-tds project (used by prepare()) $corelatex_tds_pkgs = "babel|cyrillic|graphics|latex|psnfss|tools"; |