summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-04-09 22:45:52 +0000
committerKarl Berry <karl@freefriends.org>2012-04-09 22:45:52 +0000
commitd3523ee5fdfa958264bc8c11d11b8b3c86ecbc2d (patch)
tree4e7c2c970b860eacb5b49032c17a242e1a937a8c
parent4b57184ddcc2da56246d4e1462ac52620e499aea (diff)
thumbpdf (9apr12)
git-svn-id: svn://tug.org/texlive/trunk@25897 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/thumbpdf/thumbpdf.pl9
-rw-r--r--Master/texmf-dist/doc/generic/thumbpdf/readme.txt6
-rwxr-xr-xMaster/texmf-dist/scripts/thumbpdf/thumbpdf.pl9
-rw-r--r--Master/texmf-dist/tex/generic/thumbpdf/thumbpdf.sty15
-rw-r--r--Master/texmf-dist/tex/generic/thumbpdf/thumbpdf.tex7
5 files changed, 29 insertions, 17 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/thumbpdf/thumbpdf.pl b/Build/source/texk/texlive/linked_scripts/thumbpdf/thumbpdf.pl
index c18e50262ba..dda3ad3d26d 100755
--- a/Build/source/texk/texlive/linked_scripts/thumbpdf/thumbpdf.pl
+++ b/Build/source/texk/texlive/linked_scripts/thumbpdf/thumbpdf.pl
@@ -5,7 +5,7 @@ $^W=1; # turn warning on
#
# thumbpdf.pl
#
-# Copyright (C) 1999-2011 Heiko Oberdiek.
+# Copyright (C) 1999-2012 Heiko Oberdiek.
#
# This work may be distributed and/or modified under the
# conditions of the LaTeX Project Public License, either version 1.3
@@ -26,10 +26,10 @@ $^W=1; # turn warning on
#
my $file = "thumbpdf.pl";
my $program = uc($&) if $file =~ /^\w+/;
-my $version = "3.13";
-my $date = "2011/08/10";
+my $version = "3.14";
+my $date = "2012/04/09";
my $author = "Heiko Oberdiek";
-my $copyright = "Copyright (c) 1999-2011 by $author.";
+my $copyright = "Copyright (c) 1999-2012 by $author.";
#
# Reqirements: Perl5, Ghostscript
# History:
@@ -149,6 +149,7 @@ my $copyright = "Copyright (c) 1999-2011 by $author.";
# * \input is used with file name extension for "thumbpdf.tex".
# 2011/08/10 v3.13
# * Use gswin64c in Windows with 64 bits.
+# 2012/04/09 v3.14
#
### program identification
diff --git a/Master/texmf-dist/doc/generic/thumbpdf/readme.txt b/Master/texmf-dist/doc/generic/thumbpdf/readme.txt
index a81967dd2fa..b678fd1c041 100644
--- a/Master/texmf-dist/doc/generic/thumbpdf/readme.txt
+++ b/Master/texmf-dist/doc/generic/thumbpdf/readme.txt
@@ -1,4 +1,4 @@
-readme.txt for project thumbpdf 2011/08/10 v3.13
+readme.txt for project thumbpdf 2012/04/09 v3.14
TABLE OF CONTENTS
=================
@@ -50,7 +50,7 @@ In the following the user TeX file is called `<jobname>.tex'.
B. COPYRIGHT, DISCLAIMER, LICENSE
=================================
-Copyright (C) 1999-2011 Heiko Oberdiek.
+Copyright (C) 1999-2012 Heiko Oberdiek.
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3
@@ -605,3 +605,5 @@ J. HISTORY
2011/08/10 v3.13:
* Use gswin64c in Windows with 64 bits.
* Fix of version date of thumbpdf.sty.
+2012/04/09 v3.14:
+ * Fix for plain TeX compatibility (offending \RequirePackage).
diff --git a/Master/texmf-dist/scripts/thumbpdf/thumbpdf.pl b/Master/texmf-dist/scripts/thumbpdf/thumbpdf.pl
index c18e50262ba..dda3ad3d26d 100755
--- a/Master/texmf-dist/scripts/thumbpdf/thumbpdf.pl
+++ b/Master/texmf-dist/scripts/thumbpdf/thumbpdf.pl
@@ -5,7 +5,7 @@ $^W=1; # turn warning on
#
# thumbpdf.pl
#
-# Copyright (C) 1999-2011 Heiko Oberdiek.
+# Copyright (C) 1999-2012 Heiko Oberdiek.
#
# This work may be distributed and/or modified under the
# conditions of the LaTeX Project Public License, either version 1.3
@@ -26,10 +26,10 @@ $^W=1; # turn warning on
#
my $file = "thumbpdf.pl";
my $program = uc($&) if $file =~ /^\w+/;
-my $version = "3.13";
-my $date = "2011/08/10";
+my $version = "3.14";
+my $date = "2012/04/09";
my $author = "Heiko Oberdiek";
-my $copyright = "Copyright (c) 1999-2011 by $author.";
+my $copyright = "Copyright (c) 1999-2012 by $author.";
#
# Reqirements: Perl5, Ghostscript
# History:
@@ -149,6 +149,7 @@ my $copyright = "Copyright (c) 1999-2011 by $author.";
# * \input is used with file name extension for "thumbpdf.tex".
# 2011/08/10 v3.13
# * Use gswin64c in Windows with 64 bits.
+# 2012/04/09 v3.14
#
### program identification
diff --git a/Master/texmf-dist/tex/generic/thumbpdf/thumbpdf.sty b/Master/texmf-dist/tex/generic/thumbpdf/thumbpdf.sty
index c97bf33b238..e67a9b1abd5 100644
--- a/Master/texmf-dist/tex/generic/thumbpdf/thumbpdf.sty
+++ b/Master/texmf-dist/tex/generic/thumbpdf/thumbpdf.sty
@@ -1,11 +1,11 @@
% File: thumbpdf.sty
% Project: thumbpdf
-% Version: 2011/08/10 v3.13
+% Version: 2012/04/09 v3.14
% Author: Heiko Oberdiek
%
% Function: Inclusion of thumbnails
%
-% Copyright: Copyright (C) 1999-2011 Heiko Oberdiek.
+% Copyright: Copyright (C) 1999-2012 Heiko Oberdiek.
%
% This work may be distributed and/or modified under
% the conditions of the LaTeX Project Public License,
@@ -98,6 +98,8 @@
% 2010/07/07 v3.11: Warning if \pdfobjcompresslevel>0.
% 2011/08/09 v3.12: Support for LuaTeX added.
% 2011/08/10 v3.13: Version date fixed.
+% 2012/04/09 v3.14: Fix for plain TeX compatibility
+% (offending \RequirePackage).
%
% \THB@ is the prefix for internal command names.
%
@@ -118,7 +120,7 @@
\def\x{\endgroup\ProvidesPackage{thumbpdf}}%
\fi
\fi
-\x[2011/08/10 v3.13 Inclusion of thumbnails (HO)]%
+\x[2012/04/09 v3.14 Inclusion of thumbnails (HO)]%
% Dummy for \thisthumb and \DeclareThumbs. It is overwritten,
% if the checks succeed and the whole package is loaded.
@@ -483,7 +485,12 @@
\fi
}
-\RequirePackage{ifluatex}[2010/03/01]
+\begingroup\expandafter\expandafter\expandafter\endgroup
+\expandafter\ifx\csname RequirePackage\endcsname\relax
+ \input ifluatex.sty\relax
+\else
+ \RequirePackage{ifluatex}[2010/03/01]%
+\fi
\ifluatex
\def\THB@InitLua{%
\catcode39=12 % '
diff --git a/Master/texmf-dist/tex/generic/thumbpdf/thumbpdf.tex b/Master/texmf-dist/tex/generic/thumbpdf/thumbpdf.tex
index 14ffd6203ca..f501ffeff31 100644
--- a/Master/texmf-dist/tex/generic/thumbpdf/thumbpdf.tex
+++ b/Master/texmf-dist/tex/generic/thumbpdf/thumbpdf.tex
@@ -1,9 +1,9 @@
% File: thumbpdf.tex
% Project: thumbpdf
-% Version: 2011/08/10 v3.13
+% Version: 2012/04/09 v3.14
% Author: Heiko Oberdiek
%
-% Copyright: Copyright (C) 1999-2011 Heiko Oberdiek.
+% Copyright: Copyright (C) 1999-2012 Heiko Oberdiek.
%
% This work may be distributed and/or modified under
% the conditions of the LaTeX Project Public License,
@@ -92,9 +92,10 @@
% \pdfminorversion=4 added.
% 2011/08/09 v3.12
% 2011/08/10 v3.13
+% 2012/04/09 v3.14
\immediate\write16{%
- File: thumbpdf.tex 2011/08/10 v3.13 %
+ File: thumbpdf.tex 2012/04/09 v3.14 %
Including thumbnails as images (HO)%
}
\immediate\write16{%