diff options
author | Karl Berry <karl@freefriends.org> | 2010-07-09 23:34:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-07-09 23:34:51 +0000 |
commit | 79a8dbd649abbc830f0ae0e0445ca2bf8313e793 (patch) | |
tree | 57019d1ca4f524accfa5f5c3d2a8a203c59fe4ea /Master/texmf-dist/scripts | |
parent | 08f969358f3f17343977b49d670e45aa7d82dc24 (diff) |
thumbpdf update (8jul10)
git-svn-id: svn://tug.org/texlive/trunk@19315 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/thumbpdf/thumbpdf.pl | 10 |
1 files changed, 6 insertions, 4 deletions
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"; |