diff options
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 ()) { |