diff options
author | Karl Berry <karl@freefriends.org> | 2013-09-22 22:12:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-09-22 22:12:36 +0000 |
commit | fd022666d3de913c9315f9ca6c8aebd1d68e949a (patch) | |
tree | b427576985ea072978ef21759b3894160495ceec /Master | |
parent | da3e3dc6d178de1ac66fdc0fc6d8f8c4eee27a0a (diff) |
numericplots (22sep13)
git-svn-id: svn://tug.org/texlive/trunk@31729 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/numericplots/NumericPlots.pdf | bin | 370947 -> 370930 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/numericplots/NumericPlots.sty | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 6 |
3 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/numericplots/NumericPlots.pdf b/Master/texmf-dist/doc/latex/numericplots/NumericPlots.pdf Binary files differindex 8537acb7dbf..48f441583ae 100644 --- a/Master/texmf-dist/doc/latex/numericplots/NumericPlots.pdf +++ b/Master/texmf-dist/doc/latex/numericplots/NumericPlots.pdf diff --git a/Master/texmf-dist/tex/latex/numericplots/NumericPlots.sty b/Master/texmf-dist/tex/latex/numericplots/NumericPlots.sty index ac10d4ae09c..4fdee168e2b 100644 --- a/Master/texmf-dist/tex/latex/numericplots/NumericPlots.sty +++ b/Master/texmf-dist/tex/latex/numericplots/NumericPlots.sty @@ -18,7 +18,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{NumericPlots}% - [2013/04/25 v. 2.0.1 LaTeX package to plot numeric data] + [2013/09/19 v. 2.0.2 LaTeX package to plot numeric data] \RequirePackage{calc} diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 15e62403d58..9602887dbe1 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -640,6 +640,12 @@ sub main { shift @ARGV; } + $OPT{"no-clean"} = 0; + if ($ARGV[0] eq "--no-clean") { + $OPT{"no-clean"} = 1; + shift @ARGV; + } + if ($ARGV[0] eq "--list-not-treated") { my @not_checked = (); for my $b (&normal_tlps ()) { |