diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-26 23:33:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-26 23:33:29 +0000 |
commit | f9523cf9e9c9a51a7fe6f2830db39e7ab73de1a0 (patch) | |
tree | bf0c5ffae6b2a746593c422470f0c206832cd571 /Build/tools | |
parent | 729ce53995492a87f35451ca5aa1075beca00c6b (diff) |
subfigure update (without ltxdoc.cfg in runtime)
git-svn-id: svn://tug.org/texlive/trunk@2957 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/tools')
-rwxr-xr-x | Build/tools/tpm-ctan-check | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check index 1f79fc80025..4f92f5f082d 100755 --- a/Build/tools/tpm-ctan-check +++ b/Build/tools/tpm-ctan-check @@ -5,7 +5,7 @@ use File::Basename; -#amscls amsltx2 amsmath +# euenc my @WorkingTPM = qw( 12many a0poster aastex abbr abc abstract accfonts acmtrans acronym @@ -34,7 +34,7 @@ my @WorkingTPM = qw( engrec enumitem envbig epiolmec eplain epsf epslatex-fr eqparbox es-tex-faq ESIEEcv esint esint-type1 eskd eskdx eso-pic etaremune - ethiop ethiop-t1 euenc euro europecv eurosans everypage exam + ethiop ethiop-t1 euro europecv eurosans everypage exam examdesign examplep exercise expressg extarrows exteps extpfeil extract extsizes faktor fancyhdr fancynum fancyref fax featpost filecontents fixme @@ -94,7 +94,7 @@ my @WorkingTPM = qw( snapshot songbook sort-by-letters soul sparklines spie splines splitbib splitindex spotcolor sprite srcltx sseq ssqquote stack stage stdclsdv stdpage stellenbosch struktex - sttools subeqn subeqnarray subfig subfloat substr sudoku + sttools subeqn subeqnarray subfig subfigure subfloat substr sudoku sudokubundle sugconf supertabular svgcolor svn svn-multi svninfo swebib syntax syntrace synttree t-angles Tabbing tableaux tabulary tabvar talk tamethebeast @@ -109,12 +109,14 @@ my @WorkingTPM = qw( vancouver variations varindex vector velthuis verse versions vhistory visualfaq vmargin volumes vpe wallpaper warning warpcol williams wordlike wrapfig - xcolor xifthen xkeyval xltxtra xq xtab xyling xypic-tut-pt + xcolor xifthen xkeyval xq xtab xyling xypic-tut-pt xytree york-thesis ); #abstyles not updated but too old to matter +#amscls amsltx2 amsmath - AMS packages come from tds zips, all very weird #beebe needs more work +#euenc - xetex people don't keep ctan up to date #logic/gn-logic14 conflicts with logic font #lshort-russian # only zip files on CTAN #malayalam # missing C sources on CTAN wrote author 5jun05. @@ -122,9 +124,9 @@ my @WorkingTPM = qw( #mpattern # not up-to-date on CTAN wrote author 28may05. #plnfss # only a zip file on CTAN #slidenotes # non-free: ALl rights reserved, nothing else! -#subfigure # installs ltxdoc.cfg!!! #shortlst # works, but license: no profit! needs catalogue update #sae # works, no profit license! +#xltxtra - xetex people don't keep ctan up to date chomp (my $mydir = `dirname $0`); chomp ($mydir = `cd $mydir && pwd`); |