texlive[44609] Master/texmf-dist: pdfpages (15jun17)

commits+karl at tug.org commits+karl at tug.org
Thu Jun 15 23:47:46 CEST 2017


Revision: 44609
          http://tug.org/svn/texlive?view=revision&revision=44609
Author:   karl
Date:     2017-06-15 23:47:46 +0200 (Thu, 15 Jun 2017)
Log Message:
-----------
pdfpages (15jun17)

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	2017-06-15 21:47:33 UTC (rev 44608)
+++ trunk/Master/texmf-dist/source/latex/pdfpages/pdfpages.dtx	2017-06-15 21:47:46 UTC (rev 44609)
@@ -2,7 +2,7 @@
 %    \iffalse
 %
 %<*(package,pppdftexdef,ppluatexdef,ppvtexdef,ppxetexdef,ppdvipsdef,ppdvipdfmxdef,ppnulldef)>
-%% Copyright (C) 2001-2016 Andreas MATTHIAS
+%% Copyright (C) 2001-2017 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.5h}
+\def\AM at fileversion{v0.5i}
 \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: 2017-01-14 23:28:27 +0100 $
-\AM at Git@SHA at process$SHA-1: b15cf658a4b84d4e5a202ef16a697bb6e90a20a3 $
+\AM at Git@Date at process$Date: 2017-06-14 22:06:21 +0200 $
+\AM at Git@SHA at process$SHA-1: 90315e6aa61828e6cf53e18c155e1927edb7cecf $
 %</!(example1,example2,example3,installer)>
 %
 %
@@ -3732,7 +3732,7 @@
     \noexpand\lowercase{%
       \noexpand\def\noexpand\type at ext{.\filename at ext}}}%
   \type at ext
-  \ifx\type at ext\G at pdf@ext
+  \ifx\type at ext\AM at pdf@ext
     \ifdefined\import at path
       \let\AM at import@path\import at path
     \else
@@ -3745,6 +3745,7 @@
     \def\AM at pagecount{1}%
   \fi
 }
+\def\AM at pdf@ext{.pdf}
 %    \end{macrocode}
 %    |\XeTeXversion| has changed from time to time: 0.997, 0.997-dev,
 %    0.998.1
@@ -4664,6 +4665,14 @@
 %      by other packages as well.
 %    \end{itemize}
 %
+%    \subsection*{2017/06/13 v0.5i}
+%    \begin{itemize}
+%      \item Since 2017/06/01 (v5.0a) xetex.def does not define
+%      |\def\G at pdf@ext{.pdf}| any more. In consequence of removing
+%      |\G at pdf@ext| pdfpages could no longer determine the number of pages
+%      of a PDF correctly.
+%    \end{itemize}
+%
 %    \Finale
 %    
 %    \iffalse

Modified: trunk/Master/texmf-dist/tex/latex/pdfpages/pdfpages.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pdfpages/pdfpages.sty	2017-06-15 21:47:33 UTC (rev 44608)
+++ trunk/Master/texmf-dist/tex/latex/pdfpages/pdfpages.sty	2017-06-15 21:47:46 UTC (rev 44609)
@@ -8,7 +8,7 @@
 %% 
 %% This file is part of the pdfpages package.
 %% 
-%% Copyright (C) 2001-2016 Andreas MATTHIAS
+%% Copyright (C) 2001-2017 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.5h}
+\def\AM at fileversion{v0.5i}
 \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: 2017-01-14 23:28:27 +0100 $
-\AM at Git@SHA at process$SHA-1: b15cf658a4b84d4e5a202ef16a697bb6e90a20a3 $
+\AM at Git@Date at process$Date: 2017-06-14 22:06:21 +0200 $
+\AM at Git@SHA at process$SHA-1: 90315e6aa61828e6cf53e18c155e1927edb7cecf $
 \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	2017-06-15 21:47:33 UTC (rev 44608)
+++ trunk/Master/texmf-dist/tex/latex/pdfpages/ppdvipdfmx.def	2017-06-15 21:47:46 UTC (rev 44609)
@@ -8,7 +8,7 @@
 %% 
 %% This file is part of the pdfpages package.
 %% 
-%% Copyright (C) 2001-2016 Andreas MATTHIAS
+%% Copyright (C) 2001-2017 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.5h}
+\def\AM at fileversion{v0.5i}
 \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: 2017-01-14 23:28:27 +0100 $
-\AM at Git@SHA at process$SHA-1: b15cf658a4b84d4e5a202ef16a697bb6e90a20a3 $
+\AM at Git@Date at process$Date: 2017-06-14 22:06:21 +0200 $
+\AM at Git@SHA at process$SHA-1: 90315e6aa61828e6cf53e18c155e1927edb7cecf $
 \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	2017-06-15 21:47:33 UTC (rev 44608)
+++ trunk/Master/texmf-dist/tex/latex/pdfpages/ppdvips.def	2017-06-15 21:47:46 UTC (rev 44609)
@@ -8,7 +8,7 @@
 %% 
 %% This file is part of the pdfpages package.
 %% 
-%% Copyright (C) 2001-2016 Andreas MATTHIAS
+%% Copyright (C) 2001-2017 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.5h}
+\def\AM at fileversion{v0.5i}
 \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: 2017-01-14 23:28:27 +0100 $
-\AM at Git@SHA at process$SHA-1: b15cf658a4b84d4e5a202ef16a697bb6e90a20a3 $
+\AM at Git@Date at process$Date: 2017-06-14 22:06:21 +0200 $
+\AM at Git@SHA at process$SHA-1: 90315e6aa61828e6cf53e18c155e1927edb7cecf $
 \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	2017-06-15 21:47:33 UTC (rev 44608)
+++ trunk/Master/texmf-dist/tex/latex/pdfpages/ppluatex.def	2017-06-15 21:47:46 UTC (rev 44609)
@@ -8,7 +8,7 @@
 %% 
 %% This file is part of the pdfpages package.
 %% 
-%% Copyright (C) 2001-2016 Andreas MATTHIAS
+%% Copyright (C) 2001-2017 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.5h}
+\def\AM at fileversion{v0.5i}
 \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: 2017-01-14 23:28:27 +0100 $
-\AM at Git@SHA at process$SHA-1: b15cf658a4b84d4e5a202ef16a697bb6e90a20a3 $
+\AM at Git@Date at process$Date: 2017-06-14 22:06:21 +0200 $
+\AM at Git@SHA at process$SHA-1: 90315e6aa61828e6cf53e18c155e1927edb7cecf $
 \ProvidesFile{ppluatex.def}
    [\AM at Git@Date\space\AM at fileversion\space
     Pdfpages driver for LuaTeX (AM)]

Modified: trunk/Master/texmf-dist/tex/latex/pdfpages/ppnull.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pdfpages/ppnull.def	2017-06-15 21:47:33 UTC (rev 44608)
+++ trunk/Master/texmf-dist/tex/latex/pdfpages/ppnull.def	2017-06-15 21:47:46 UTC (rev 44609)
@@ -8,7 +8,7 @@
 %% 
 %% This file is part of the pdfpages package.
 %% 
-%% Copyright (C) 2001-2016 Andreas MATTHIAS
+%% Copyright (C) 2001-2017 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.5h}
+\def\AM at fileversion{v0.5i}
 \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: 2017-01-14 23:28:27 +0100 $
-\AM at Git@SHA at process$SHA-1: b15cf658a4b84d4e5a202ef16a697bb6e90a20a3 $
+\AM at Git@Date at process$Date: 2017-06-14 22:06:21 +0200 $
+\AM at Git@SHA at process$SHA-1: 90315e6aa61828e6cf53e18c155e1927edb7cecf $
 \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	2017-06-15 21:47:33 UTC (rev 44608)
+++ trunk/Master/texmf-dist/tex/latex/pdfpages/pppdftex.def	2017-06-15 21:47:46 UTC (rev 44609)
@@ -8,7 +8,7 @@
 %% 
 %% This file is part of the pdfpages package.
 %% 
-%% Copyright (C) 2001-2016 Andreas MATTHIAS
+%% Copyright (C) 2001-2017 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.5h}
+\def\AM at fileversion{v0.5i}
 \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: 2017-01-14 23:28:27 +0100 $
-\AM at Git@SHA at process$SHA-1: b15cf658a4b84d4e5a202ef16a697bb6e90a20a3 $
+\AM at Git@Date at process$Date: 2017-06-14 22:06:21 +0200 $
+\AM at Git@SHA at process$SHA-1: 90315e6aa61828e6cf53e18c155e1927edb7cecf $
 \ProvidesFile{pppdftex.def}
    [\AM at Git@Date\space\AM at fileversion\space
     Pdfpages driver for pdfTeX (AM)]

Modified: trunk/Master/texmf-dist/tex/latex/pdfpages/ppvtex.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pdfpages/ppvtex.def	2017-06-15 21:47:33 UTC (rev 44608)
+++ trunk/Master/texmf-dist/tex/latex/pdfpages/ppvtex.def	2017-06-15 21:47:46 UTC (rev 44609)
@@ -8,7 +8,7 @@
 %% 
 %% This file is part of the pdfpages package.
 %% 
-%% Copyright (C) 2001-2016 Andreas MATTHIAS
+%% Copyright (C) 2001-2017 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.5h}
+\def\AM at fileversion{v0.5i}
 \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: 2017-01-14 23:28:27 +0100 $
-\AM at Git@SHA at process$SHA-1: b15cf658a4b84d4e5a202ef16a697bb6e90a20a3 $
+\AM at Git@Date at process$Date: 2017-06-14 22:06:21 +0200 $
+\AM at Git@SHA at process$SHA-1: 90315e6aa61828e6cf53e18c155e1927edb7cecf $
 \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	2017-06-15 21:47:33 UTC (rev 44608)
+++ trunk/Master/texmf-dist/tex/latex/pdfpages/ppxetex.def	2017-06-15 21:47:46 UTC (rev 44609)
@@ -8,7 +8,7 @@
 %% 
 %% This file is part of the pdfpages package.
 %% 
-%% Copyright (C) 2001-2016 Andreas MATTHIAS
+%% Copyright (C) 2001-2017 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.5h}
+\def\AM at fileversion{v0.5i}
 \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: 2017-01-14 23:28:27 +0100 $
-\AM at Git@SHA at process$SHA-1: b15cf658a4b84d4e5a202ef16a697bb6e90a20a3 $
+\AM at Git@Date at process$Date: 2017-06-14 22:06:21 +0200 $
+\AM at Git@SHA at process$SHA-1: 90315e6aa61828e6cf53e18c155e1927edb7cecf $
 \ProvidesFile{ppxetex.def}
    [\AM at Git@Date\space\AM at fileversion\space
     Pdfpages driver for XeTeX (AM)]
@@ -51,7 +51,7 @@
     \noexpand\lowercase{%
       \noexpand\def\noexpand\type at ext{.\filename at ext}}}%
   \type at ext
-  \ifx\type at ext\G at pdf@ext
+  \ifx\type at ext\AM at pdf@ext
     \ifdefined\import at path
       \let\AM at import@path\import at path
     \else
@@ -64,6 +64,7 @@
     \def\AM at pagecount{1}%
   \fi
 }
+\def\AM at pdf@ext{.pdf}
 \begingroup
 \def\gobble at nil#1\@nil{}
 \ifnum\XeTeXversion=0



More information about the tex-live-commits mailing list