texlive[52895] Master/texmf-dist: pdfpages (22nov19)

commits+karl at tug.org commits+karl at tug.org
Fri Nov 22 23:20:30 CET 2019


Revision: 52895
          http://tug.org/svn/texlive?view=revision&revision=52895
Author:   karl
Date:     2019-11-22 23:20:30 +0100 (Fri, 22 Nov 2019)
Log Message:
-----------
pdfpages (22nov19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/pdfpages/pdfpages.pdf
    trunk/Master/texmf-dist/source/latex/pdfpages/pdfpages.dtx
    trunk/Master/texmf-dist/tex/latex/pdfpages/pdfpages.sty
    trunk/Master/texmf-dist/tex/latex/pdfpages/ppdvipdfmx.def
    trunk/Master/texmf-dist/tex/latex/pdfpages/ppdvips.def
    trunk/Master/texmf-dist/tex/latex/pdfpages/ppluatex.def
    trunk/Master/texmf-dist/tex/latex/pdfpages/ppnull.def
    trunk/Master/texmf-dist/tex/latex/pdfpages/pppdftex.def
    trunk/Master/texmf-dist/tex/latex/pdfpages/ppvtex.def
    trunk/Master/texmf-dist/tex/latex/pdfpages/ppxetex.def

Modified: trunk/Master/texmf-dist/doc/latex/pdfpages/pdfpages.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/pdfpages/pdfpages.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/pdfpages/pdfpages.dtx	2019-11-22 22:20:15 UTC (rev 52894)
+++ trunk/Master/texmf-dist/source/latex/pdfpages/pdfpages.dtx	2019-11-22 22:20:30 UTC (rev 52895)
@@ -2,7 +2,7 @@
 %    \iffalse
 %
 %<*(package,pppdftexdef,ppluatexdef,ppvtexdef,ppxetexdef,ppdvipsdef,ppdvipdfmxdef,ppnulldef)>
-%% Copyright (C) 2001-2017 Andreas MATTHIAS
+%% Copyright (C) 2001-2019 Andreas MATTHIAS
 %%
 %% This work may be distributed and/or modified under the conditions
 %% of the LaTeX Project Public License, either version 1.3c
@@ -27,12 +27,12 @@
 %<*dtx>
 \makeatletter
 %</dtx>
-\def\AM at fileversion{v0.5n}
+\def\AM at fileversion{v0.5o}
 \def\AM at Git@Date at process$#1: #2 #3${\AM at Git@Date at process@i#2\END}
 \def\AM at Git@Date at process@i#1-#2-#3\END{\def\AM at Git@Date{#1/#2/#3}}
 \def\AM at Git@SHA at process$#1: #2${\def\AM at Git@SHA{#2}}
-\AM at Git@Date at process$Date: 2019-09-21 22:35:13 +0200 $
-\AM at Git@SHA at process$SHA-1: f6e5700ba0dc915398ae6b0f222a8cc7f0ff2eff $
+\AM at Git@Date at process$Date: 2019-11-21 22:42:07 +0100 $
+\AM at Git@SHA at process$SHA-1: 93ad0990b7b033614833d48104c875c739c217aa $
 %</!(example1,example2,example3,installer)>
 %
 %
@@ -84,7 +84,7 @@
 %
 %    \GetFileInfo{pdfpages.dtx}
 %
-%    \CheckSum{4964}
+%    \CheckSum{4965}
 %
 % \CharacterTable
 %  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -3444,6 +3444,9 @@
 \let\AM at fitpaper@special\relax
 %    \end{macrocode}
 %    Find file.
+%
+%    Package grffile.sty is a dummy package nowadays, and |\grffile at IfFileExists|
+%    doesn't exists anymore. (21.11.2019)
 %    \begin{macrocode}
 \def\AM at findfile#1{%
   \AM at findfile@i{#1}{pdf}%
@@ -3450,9 +3453,11 @@
   \AM at findfile@ii{#1}%
 }
 \AtBeginDocument{%
-\@ifpackageloaded{grffile}{%
-  \let\AM at IfFileExists\grffile at IfFileExists}{%
-  \let\AM at IfFileExists\IfFileExists}%
+  \let\AM at IfFileExists\IfFileExists
+  \@ifpackageloaded{grffile}{%
+    \@ifundefined{grffile at IfFileExists}{}{%
+      \let\AM at IfFileExists\grffile at IfFileExists}%
+  }{}%
 }
 %    \end{macrocode}
 %    Rotate page.

Modified: trunk/Master/texmf-dist/tex/latex/pdfpages/pdfpages.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pdfpages/pdfpages.sty	2019-11-22 22:20:15 UTC (rev 52894)
+++ trunk/Master/texmf-dist/tex/latex/pdfpages/pdfpages.sty	2019-11-22 22:20:30 UTC (rev 52895)
@@ -8,7 +8,7 @@
 %% 
 %% This file is part of the pdfpages package.
 %% 
-%% Copyright (C) 2001-2017 Andreas MATTHIAS
+%% Copyright (C) 2001-2019 Andreas MATTHIAS
 %%
 %% This work may be distributed and/or modified under the conditions
 %% of the LaTeX Project Public License, either version 1.3c
@@ -24,12 +24,12 @@
 %% Please send error reports and suggestions for improvements to
 %%   Andreas MATTHIAS <andreas.matthias at gmail.com>.
 %%
-\def\AM at fileversion{v0.5n}
+\def\AM at fileversion{v0.5o}
 \def\AM at Git@Date at process$#1: #2 #3${\AM at Git@Date at process@i#2\END}
 \def\AM at Git@Date at process@i#1-#2-#3\END{\def\AM at Git@Date{#1/#2/#3}}
 \def\AM at Git@SHA at process$#1: #2${\def\AM at Git@SHA{#2}}
-\AM at Git@Date at process$Date: 2019-09-21 22:35:13 +0200 $
-\AM at Git@SHA at process$SHA-1: f6e5700ba0dc915398ae6b0f222a8cc7f0ff2eff $
+\AM at Git@Date at process$Date: 2019-11-21 22:42:07 +0100 $
+\AM at Git@SHA at process$SHA-1: 93ad0990b7b033614833d48104c875c739c217aa $
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{pdfpages}
    [\AM at Git@Date\space\AM at fileversion\space

Modified: trunk/Master/texmf-dist/tex/latex/pdfpages/ppdvipdfmx.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pdfpages/ppdvipdfmx.def	2019-11-22 22:20:15 UTC (rev 52894)
+++ trunk/Master/texmf-dist/tex/latex/pdfpages/ppdvipdfmx.def	2019-11-22 22:20:30 UTC (rev 52895)
@@ -8,7 +8,7 @@
 %% 
 %% This file is part of the pdfpages package.
 %% 
-%% Copyright (C) 2001-2017 Andreas MATTHIAS
+%% Copyright (C) 2001-2019 Andreas MATTHIAS
 %%
 %% This work may be distributed and/or modified under the conditions
 %% of the LaTeX Project Public License, either version 1.3c
@@ -24,12 +24,12 @@
 %% Please send error reports and suggestions for improvements to
 %%   Andreas MATTHIAS <andreas.matthias at gmail.com>.
 %%
-\def\AM at fileversion{v0.5n}
+\def\AM at fileversion{v0.5o}
 \def\AM at Git@Date at process$#1: #2 #3${\AM at Git@Date at process@i#2\END}
 \def\AM at Git@Date at process@i#1-#2-#3\END{\def\AM at Git@Date{#1/#2/#3}}
 \def\AM at Git@SHA at process$#1: #2${\def\AM at Git@SHA{#2}}
-\AM at Git@Date at process$Date: 2019-09-21 22:35:13 +0200 $
-\AM at Git@SHA at process$SHA-1: f6e5700ba0dc915398ae6b0f222a8cc7f0ff2eff $
+\AM at Git@Date at process$Date: 2019-11-21 22:42:07 +0100 $
+\AM at Git@SHA at process$SHA-1: 93ad0990b7b033614833d48104c875c739c217aa $
 \ProvidesFile{ppdvipdfmx.def}
    [\AM at Git@Date\space\AM at fileversion\space
     Pdfpages driver for dvipdfmx (AM)]

Modified: trunk/Master/texmf-dist/tex/latex/pdfpages/ppdvips.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pdfpages/ppdvips.def	2019-11-22 22:20:15 UTC (rev 52894)
+++ trunk/Master/texmf-dist/tex/latex/pdfpages/ppdvips.def	2019-11-22 22:20:30 UTC (rev 52895)
@@ -8,7 +8,7 @@
 %% 
 %% This file is part of the pdfpages package.
 %% 
-%% Copyright (C) 2001-2017 Andreas MATTHIAS
+%% Copyright (C) 2001-2019 Andreas MATTHIAS
 %%
 %% This work may be distributed and/or modified under the conditions
 %% of the LaTeX Project Public License, either version 1.3c
@@ -24,12 +24,12 @@
 %% Please send error reports and suggestions for improvements to
 %%   Andreas MATTHIAS <andreas.matthias at gmail.com>.
 %%
-\def\AM at fileversion{v0.5n}
+\def\AM at fileversion{v0.5o}
 \def\AM at Git@Date at process$#1: #2 #3${\AM at Git@Date at process@i#2\END}
 \def\AM at Git@Date at process@i#1-#2-#3\END{\def\AM at Git@Date{#1/#2/#3}}
 \def\AM at Git@SHA at process$#1: #2${\def\AM at Git@SHA{#2}}
-\AM at Git@Date at process$Date: 2019-09-21 22:35:13 +0200 $
-\AM at Git@SHA at process$SHA-1: f6e5700ba0dc915398ae6b0f222a8cc7f0ff2eff $
+\AM at Git@Date at process$Date: 2019-11-21 22:42:07 +0100 $
+\AM at Git@SHA at process$SHA-1: 93ad0990b7b033614833d48104c875c739c217aa $
 \ProvidesFile{ppdvips.def}
    [\AM at Git@Date\space\AM at fileversion\space
     Pdfpages driver for dvips (AM)]

Modified: trunk/Master/texmf-dist/tex/latex/pdfpages/ppluatex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pdfpages/ppluatex.def	2019-11-22 22:20:15 UTC (rev 52894)
+++ trunk/Master/texmf-dist/tex/latex/pdfpages/ppluatex.def	2019-11-22 22:20:30 UTC (rev 52895)
@@ -8,7 +8,7 @@
 %% 
 %% This file is part of the pdfpages package.
 %% 
-%% Copyright (C) 2001-2017 Andreas MATTHIAS
+%% Copyright (C) 2001-2019 Andreas MATTHIAS
 %%
 %% This work may be distributed and/or modified under the conditions
 %% of the LaTeX Project Public License, either version 1.3c
@@ -24,12 +24,12 @@
 %% Please send error reports and suggestions for improvements to
 %%   Andreas MATTHIAS <andreas.matthias at gmail.com>.
 %%
-\def\AM at fileversion{v0.5n}
+\def\AM at fileversion{v0.5o}
 \def\AM at Git@Date at process$#1: #2 #3${\AM at Git@Date at process@i#2\END}
 \def\AM at Git@Date at process@i#1-#2-#3\END{\def\AM at Git@Date{#1/#2/#3}}
 \def\AM at Git@SHA at process$#1: #2${\def\AM at Git@SHA{#2}}
-\AM at Git@Date at process$Date: 2019-09-21 22:35:13 +0200 $
-\AM at Git@SHA at process$SHA-1: f6e5700ba0dc915398ae6b0f222a8cc7f0ff2eff $
+\AM at Git@Date at process$Date: 2019-11-21 22:42:07 +0100 $
+\AM at Git@SHA at process$SHA-1: 93ad0990b7b033614833d48104c875c739c217aa $
 \ProvidesFile{ppluatex.def}
    [\AM at Git@Date\space\AM at fileversion\space
     Pdfpages driver for LuaTeX (AM)]
@@ -82,9 +82,11 @@
   \AM at findfile@ii{#1}%
 }
 \AtBeginDocument{%
-\@ifpackageloaded{grffile}{%
-  \let\AM at IfFileExists\grffile at IfFileExists}{%
-  \let\AM at IfFileExists\IfFileExists}%
+  \let\AM at IfFileExists\IfFileExists
+  \@ifpackageloaded{grffile}{%
+    \@ifundefined{grffile at IfFileExists}{}{%
+      \let\AM at IfFileExists\grffile at IfFileExists}%
+  }{}%
 }
 \def\AM at setRotate{\PLS at Rotate{90}}
 \def\AM at resetRotate{\PLS at Rotate{0}}

Modified: trunk/Master/texmf-dist/tex/latex/pdfpages/ppnull.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pdfpages/ppnull.def	2019-11-22 22:20:15 UTC (rev 52894)
+++ trunk/Master/texmf-dist/tex/latex/pdfpages/ppnull.def	2019-11-22 22:20:30 UTC (rev 52895)
@@ -8,7 +8,7 @@
 %% 
 %% This file is part of the pdfpages package.
 %% 
-%% Copyright (C) 2001-2017 Andreas MATTHIAS
+%% Copyright (C) 2001-2019 Andreas MATTHIAS
 %%
 %% This work may be distributed and/or modified under the conditions
 %% of the LaTeX Project Public License, either version 1.3c
@@ -24,12 +24,12 @@
 %% Please send error reports and suggestions for improvements to
 %%   Andreas MATTHIAS <andreas.matthias at gmail.com>.
 %%
-\def\AM at fileversion{v0.5n}
+\def\AM at fileversion{v0.5o}
 \def\AM at Git@Date at process$#1: #2 #3${\AM at Git@Date at process@i#2\END}
 \def\AM at Git@Date at process@i#1-#2-#3\END{\def\AM at Git@Date{#1/#2/#3}}
 \def\AM at Git@SHA at process$#1: #2${\def\AM at Git@SHA{#2}}
-\AM at Git@Date at process$Date: 2019-09-21 22:35:13 +0200 $
-\AM at Git@SHA at process$SHA-1: f6e5700ba0dc915398ae6b0f222a8cc7f0ff2eff $
+\AM at Git@Date at process$Date: 2019-11-21 22:42:07 +0100 $
+\AM at Git@SHA at process$SHA-1: 93ad0990b7b033614833d48104c875c739c217aa $
 \ProvidesFile{ppnull.def}
    [\AM at Git@Date\space\AM at fileversion\space
     Pdfpages dummy driver (AM)]

Modified: trunk/Master/texmf-dist/tex/latex/pdfpages/pppdftex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pdfpages/pppdftex.def	2019-11-22 22:20:15 UTC (rev 52894)
+++ trunk/Master/texmf-dist/tex/latex/pdfpages/pppdftex.def	2019-11-22 22:20:30 UTC (rev 52895)
@@ -8,7 +8,7 @@
 %% 
 %% This file is part of the pdfpages package.
 %% 
-%% Copyright (C) 2001-2017 Andreas MATTHIAS
+%% Copyright (C) 2001-2019 Andreas MATTHIAS
 %%
 %% This work may be distributed and/or modified under the conditions
 %% of the LaTeX Project Public License, either version 1.3c
@@ -24,12 +24,12 @@
 %% Please send error reports and suggestions for improvements to
 %%   Andreas MATTHIAS <andreas.matthias at gmail.com>.
 %%
-\def\AM at fileversion{v0.5n}
+\def\AM at fileversion{v0.5o}
 \def\AM at Git@Date at process$#1: #2 #3${\AM at Git@Date at process@i#2\END}
 \def\AM at Git@Date at process@i#1-#2-#3\END{\def\AM at Git@Date{#1/#2/#3}}
 \def\AM at Git@SHA at process$#1: #2${\def\AM at Git@SHA{#2}}
-\AM at Git@Date at process$Date: 2019-09-21 22:35:13 +0200 $
-\AM at Git@SHA at process$SHA-1: f6e5700ba0dc915398ae6b0f222a8cc7f0ff2eff $
+\AM at Git@Date at process$Date: 2019-11-21 22:42:07 +0100 $
+\AM at Git@SHA at process$SHA-1: 93ad0990b7b033614833d48104c875c739c217aa $
 \ProvidesFile{pppdftex.def}
    [\AM at Git@Date\space\AM at fileversion\space
     Pdfpages driver for pdfTeX (AM)]
@@ -99,9 +99,11 @@
   \AM at findfile@ii{#1}%
 }
 \AtBeginDocument{%
-\@ifpackageloaded{grffile}{%
-  \let\AM at IfFileExists\grffile at IfFileExists}{%
-  \let\AM at IfFileExists\IfFileExists}%
+  \let\AM at IfFileExists\IfFileExists
+  \@ifpackageloaded{grffile}{%
+    \@ifundefined{grffile at IfFileExists}{}{%
+      \let\AM at IfFileExists\grffile at IfFileExists}%
+  }{}%
 }
 \def\AM at setRotate{\PLS at Rotate{90}}
 \def\AM at resetRotate{\PLS at Rotate{0}}

Modified: trunk/Master/texmf-dist/tex/latex/pdfpages/ppvtex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pdfpages/ppvtex.def	2019-11-22 22:20:15 UTC (rev 52894)
+++ trunk/Master/texmf-dist/tex/latex/pdfpages/ppvtex.def	2019-11-22 22:20:30 UTC (rev 52895)
@@ -8,7 +8,7 @@
 %% 
 %% This file is part of the pdfpages package.
 %% 
-%% Copyright (C) 2001-2017 Andreas MATTHIAS
+%% Copyright (C) 2001-2019 Andreas MATTHIAS
 %%
 %% This work may be distributed and/or modified under the conditions
 %% of the LaTeX Project Public License, either version 1.3c
@@ -24,12 +24,12 @@
 %% Please send error reports and suggestions for improvements to
 %%   Andreas MATTHIAS <andreas.matthias at gmail.com>.
 %%
-\def\AM at fileversion{v0.5n}
+\def\AM at fileversion{v0.5o}
 \def\AM at Git@Date at process$#1: #2 #3${\AM at Git@Date at process@i#2\END}
 \def\AM at Git@Date at process@i#1-#2-#3\END{\def\AM at Git@Date{#1/#2/#3}}
 \def\AM at Git@SHA at process$#1: #2${\def\AM at Git@SHA{#2}}
-\AM at Git@Date at process$Date: 2019-09-21 22:35:13 +0200 $
-\AM at Git@SHA at process$SHA-1: f6e5700ba0dc915398ae6b0f222a8cc7f0ff2eff $
+\AM at Git@Date at process$Date: 2019-11-21 22:42:07 +0100 $
+\AM at Git@SHA at process$SHA-1: 93ad0990b7b033614833d48104c875c739c217aa $
 \ProvidesFile{ppvtex.def}
    [\AM at Git@Date\space\AM at fileversion\space
     Pdfpages driver for VTeX (AM)]

Modified: trunk/Master/texmf-dist/tex/latex/pdfpages/ppxetex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pdfpages/ppxetex.def	2019-11-22 22:20:15 UTC (rev 52894)
+++ trunk/Master/texmf-dist/tex/latex/pdfpages/ppxetex.def	2019-11-22 22:20:30 UTC (rev 52895)
@@ -8,7 +8,7 @@
 %% 
 %% This file is part of the pdfpages package.
 %% 
-%% Copyright (C) 2001-2017 Andreas MATTHIAS
+%% Copyright (C) 2001-2019 Andreas MATTHIAS
 %%
 %% This work may be distributed and/or modified under the conditions
 %% of the LaTeX Project Public License, either version 1.3c
@@ -24,12 +24,12 @@
 %% Please send error reports and suggestions for improvements to
 %%   Andreas MATTHIAS <andreas.matthias at gmail.com>.
 %%
-\def\AM at fileversion{v0.5n}
+\def\AM at fileversion{v0.5o}
 \def\AM at Git@Date at process$#1: #2 #3${\AM at Git@Date at process@i#2\END}
 \def\AM at Git@Date at process@i#1-#2-#3\END{\def\AM at Git@Date{#1/#2/#3}}
 \def\AM at Git@SHA at process$#1: #2${\def\AM at Git@SHA{#2}}
-\AM at Git@Date at process$Date: 2019-09-21 22:35:13 +0200 $
-\AM at Git@SHA at process$SHA-1: f6e5700ba0dc915398ae6b0f222a8cc7f0ff2eff $
+\AM at Git@Date at process$Date: 2019-11-21 22:42:07 +0100 $
+\AM at Git@SHA at process$SHA-1: 93ad0990b7b033614833d48104c875c739c217aa $
 \ProvidesFile{ppxetex.def}
    [\AM at Git@Date\space\AM at fileversion\space
     Pdfpages driver for XeTeX (AM)]



More information about the tex-live-commits mailing list