From 79a8dbd649abbc830f0ae0e0445ca2bf8313e793 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 9 Jul 2010 23:34:51 +0000 Subject: thumbpdf update (8jul10) git-svn-id: svn://tug.org/texlive/trunk@19315 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/thumbpdf/thumbpdf.pl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/scripts/thumbpdf') diff --git a/Master/texmf-dist/scripts/thumbpdf/thumbpdf.pl b/Master/texmf-dist/scripts/thumbpdf/thumbpdf.pl index 02ed86e190f..9dc544b77e8 100755 --- a/Master/texmf-dist/scripts/thumbpdf/thumbpdf.pl +++ b/Master/texmf-dist/scripts/thumbpdf/thumbpdf.pl @@ -26,10 +26,10 @@ $^W=1; # turn warning on # my $file = "thumbpdf.pl"; my $program = uc($&) if $file =~ /^\w+/; -my $version = "3.10"; -my $date = "2008/04/16"; +my $version = "3.11"; +my $date = "2010/07/07"; my $author = "Heiko Oberdiek"; -my $copyright = "Copyright (c) 1999-2008 by $author."; +my $copyright = "Copyright (c) 1999-2010 by $author."; # # Reqirements: Perl5, Ghostscript # History: @@ -145,6 +145,8 @@ my $copyright = "Copyright (c) 1999-2008 by $author."; # 2007/11/07 v3.9: # * Deprecation warning of perl 5.8.8 fixed. # 2008/04/16 v3.10 +# 2010/07/07 v3.11 +# * \input is used with file name extension for "thumbpdf.tex". # ### program identification @@ -180,7 +182,7 @@ my $thumbprefix = "thb"; my $envvar = "THUMBPDF"; my $pdffile = "thumbpdf.pdf"; my $logfile = "thumbpdf.log"; -my $texfile = "thumbpdf"; +my $texfile = "thumbpdf.tex"; my $package = "thumbpdf.sty"; my $readme = "readme.txt"; my $gscnffile = "thumbpdf.gs"; -- cgit v1.2.3