summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/pdfpages/pdfpages.pdfbin183100 -> 182615 bytes
-rw-r--r--Master/texmf-dist/source/latex/pdfpages/pdfpages.dtx40
-rw-r--r--Master/texmf-dist/tex/latex/pdfpages/pdfpages.sty7
-rw-r--r--Master/texmf-dist/tex/latex/pdfpages/ppdvipdfm.def4
-rw-r--r--Master/texmf-dist/tex/latex/pdfpages/ppdvips.def4
-rw-r--r--Master/texmf-dist/tex/latex/pdfpages/ppnull.def4
-rw-r--r--Master/texmf-dist/tex/latex/pdfpages/pppdftex.def4
-rw-r--r--Master/texmf-dist/tex/latex/pdfpages/ppvtex.def4
-rw-r--r--Master/texmf-dist/tex/latex/pdfpages/ppxetex.def4
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds1
10 files changed, 46 insertions, 26 deletions
diff --git a/Master/texmf-dist/doc/latex/pdfpages/pdfpages.pdf b/Master/texmf-dist/doc/latex/pdfpages/pdfpages.pdf
index a7b6adfc380..45208a4bd69 100644
--- a/Master/texmf-dist/doc/latex/pdfpages/pdfpages.pdf
+++ b/Master/texmf-dist/doc/latex/pdfpages/pdfpages.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/pdfpages/pdfpages.dtx b/Master/texmf-dist/source/latex/pdfpages/pdfpages.dtx
index af12b327b66..b7736bd2a8f 100644
--- a/Master/texmf-dist/source/latex/pdfpages/pdfpages.dtx
+++ b/Master/texmf-dist/source/latex/pdfpages/pdfpages.dtx
@@ -27,10 +27,10 @@
%<*dtx>
\makeatletter
%</dtx>
-\def\AM@fileversion{v0.4k}
+\def\AM@fileversion{v0.4l}
\def\AM@SVN@Date@i#1-#2-#3\END{\def\AM@filedate{#1/#2/#3}}
\def\AM@SVN@Date$Date: #1 #2${\AM@SVN@Date@i#1\END}
-\AM@SVN@Date$Date: 2010-08-08 12:20:05 +0200 (Sun, 08 Aug 2010) $
+\AM@SVN@Date$Date: 2010-12-12 11:31:10 +0100 (Sun, 12 Dec 2010) $
%</!(example1,example2,example3,installer)>
%
%
@@ -80,7 +80,7 @@
%
% \GetFileInfo{pdfpages.dtx}
%
-% \CheckSum{4637}
+% \CheckSum{4651}
%
% \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
@@ -159,7 +159,7 @@
%
% \section{Introduction}
% When creating \PDF\ documents, it is sometimes useful to insert pages
-% of other, external \PDF\ documents. This can be done with the
+% of external \PDF\ documents. This can be done with the
% |\includegraphics| command from the \texttt{graphics} package. But a
% simple |\includegraphics{doc.pdf}| normally produces `|Overfull \hbox|'
% and `|Overfull \vbox|' warnings, because the size of the inserted pages
@@ -181,13 +181,14 @@
% |pst-pdf|, which need to produce \DVI\ output at the first run.
%
% \paragraph{Links and other interactive features of PDF documents}
-% Note that it is only possible to copy the contents stream of a PDF
-% document. Up to now there are no TeX-engines (\pdfTeX, \XeTeX,
-% \ldots) available that can copy links or other interactive features of
-% a PDF document, too. Thus, all kinds of links\footnote{Actually not
-% only links but all kinds of \emph{PDF annotations} will get lossed.}
-% will get lossed during inclusion. (Using |\includepdf|,
-% |\includegraphics|, or other low-level commands.)
+% When including pages of a PDF only the so called content stream of
+% these pages is copied but no links. Up to now there are no TeX-engines
+% (\pdfTeX, \XeTeX, \ldots) available that can copy links or other
+% interactive features of a PDF document, too. Thus, all kinds of
+% links\footnote{Actually not only links but all kinds of \emph{PDF
+% annotations} will get lost.} will get lost during
+% inclusion. (Using |\includepdf|, |\includegraphics|, or other low-level
+% commands.)
%
% However, there's a gleam of hope. Some links may be extracted and later
% reinserted by a package called \emph{pax} which can be downloaded from
@@ -1870,11 +1871,15 @@
\AM@ClearShipoutPicture
% \end{macrocode}
% When creating signatures, every second page must be rotated
-% by $180^{\circ}$.
+% by $180^{\circ}$ and therefore the xoffset must be multiplied
+% by $-1$.
% \begin{macrocode}
\ifAM@signature
\ifAM@sigrotate\AM@sigrotatefalse\else\AM@sigrotatetrue\fi
\fi
+ \@tempdima=\AM@xoffset\relax
+ \multiply\@tempdima\m@ne
+ \edef\AM@xoffset{\the\@tempdima}
\fi
\fi
% \end{macrocode}
@@ -4190,6 +4195,17 @@
% and |\AM@localscale| if option |noautoscale| is used.
% \end{itemize}
%
+% \subsection*{2010/08/08 v0.4k}
+% \begin{itemize}
+% \item Bugfix for memoir chapter classes.
+% \end{itemize}
+%
+% \subsection*{2010/11/26 v0.4l}
+% \begin{itemize}
+% \item Bugfix: In `signatures' the sign of |xoffset| must
+% change on every second page.
+% \end{itemize}
+%
% \Finale
%
% \iffalse
diff --git a/Master/texmf-dist/tex/latex/pdfpages/pdfpages.sty b/Master/texmf-dist/tex/latex/pdfpages/pdfpages.sty
index 01ebaf37944..899e225f535 100644
--- a/Master/texmf-dist/tex/latex/pdfpages/pdfpages.sty
+++ b/Master/texmf-dist/tex/latex/pdfpages/pdfpages.sty
@@ -24,10 +24,10 @@
%% Please send error reports and suggestions for improvements to
%% Andreas MATTHIAS <andreas.matthias@gmail.com>.
%%
-\def\AM@fileversion{v0.4k}
+\def\AM@fileversion{v0.4l}
\def\AM@SVN@Date@i#1-#2-#3\END{\def\AM@filedate{#1/#2/#3}}
\def\AM@SVN@Date$Date: #1 #2${\AM@SVN@Date@i#1\END}
-\AM@SVN@Date$Date: 2010-08-08 12:20:05 +0200 (Sun, 08 Aug 2010) $
+\AM@SVN@Date$Date: 2010-12-12 11:31:10 +0100 (Sun, 12 Dec 2010) $
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{pdfpages}
[\AM@filedate\space\AM@fileversion\space
@@ -661,6 +661,9 @@
\ifAM@signature
\ifAM@sigrotate\AM@sigrotatefalse\else\AM@sigrotatetrue\fi
\fi
+ \@tempdima=\AM@xoffset\relax
+ \multiply\@tempdima\m@ne
+ \edef\AM@xoffset{\the\@tempdima}
\fi
\fi
}% whiledo
diff --git a/Master/texmf-dist/tex/latex/pdfpages/ppdvipdfm.def b/Master/texmf-dist/tex/latex/pdfpages/ppdvipdfm.def
index 9b4855f48d7..dc69bc4eed7 100644
--- a/Master/texmf-dist/tex/latex/pdfpages/ppdvipdfm.def
+++ b/Master/texmf-dist/tex/latex/pdfpages/ppdvipdfm.def
@@ -24,10 +24,10 @@
%% Please send error reports and suggestions for improvements to
%% Andreas MATTHIAS <andreas.matthias@gmail.com>.
%%
-\def\AM@fileversion{v0.4k}
+\def\AM@fileversion{v0.4l}
\def\AM@SVN@Date@i#1-#2-#3\END{\def\AM@filedate{#1/#2/#3}}
\def\AM@SVN@Date$Date: #1 #2${\AM@SVN@Date@i#1\END}
-\AM@SVN@Date$Date: 2010-08-08 12:20:05 +0200 (Sun, 08 Aug 2010) $
+\AM@SVN@Date$Date: 2010-12-12 11:31:10 +0100 (Sun, 12 Dec 2010) $
\ProvidesFile{ppdvipdfm.def}
[\AM@filedate\space\AM@fileversion\space
Pdfpages driver for dvipdfm (AM)]
diff --git a/Master/texmf-dist/tex/latex/pdfpages/ppdvips.def b/Master/texmf-dist/tex/latex/pdfpages/ppdvips.def
index d55e001b078..af6022c10c1 100644
--- a/Master/texmf-dist/tex/latex/pdfpages/ppdvips.def
+++ b/Master/texmf-dist/tex/latex/pdfpages/ppdvips.def
@@ -24,10 +24,10 @@
%% Please send error reports and suggestions for improvements to
%% Andreas MATTHIAS <andreas.matthias@gmail.com>.
%%
-\def\AM@fileversion{v0.4k}
+\def\AM@fileversion{v0.4l}
\def\AM@SVN@Date@i#1-#2-#3\END{\def\AM@filedate{#1/#2/#3}}
\def\AM@SVN@Date$Date: #1 #2${\AM@SVN@Date@i#1\END}
-\AM@SVN@Date$Date: 2010-08-08 12:20:05 +0200 (Sun, 08 Aug 2010) $
+\AM@SVN@Date$Date: 2010-12-12 11:31:10 +0100 (Sun, 12 Dec 2010) $
\ProvidesFile{ppdvips.def}
[\AM@filedate\space\AM@fileversion\space
Pdfpages driver for dvips (AM)]
diff --git a/Master/texmf-dist/tex/latex/pdfpages/ppnull.def b/Master/texmf-dist/tex/latex/pdfpages/ppnull.def
index be4a2d73df4..cb224ffcf9a 100644
--- a/Master/texmf-dist/tex/latex/pdfpages/ppnull.def
+++ b/Master/texmf-dist/tex/latex/pdfpages/ppnull.def
@@ -24,10 +24,10 @@
%% Please send error reports and suggestions for improvements to
%% Andreas MATTHIAS <andreas.matthias@gmail.com>.
%%
-\def\AM@fileversion{v0.4k}
+\def\AM@fileversion{v0.4l}
\def\AM@SVN@Date@i#1-#2-#3\END{\def\AM@filedate{#1/#2/#3}}
\def\AM@SVN@Date$Date: #1 #2${\AM@SVN@Date@i#1\END}
-\AM@SVN@Date$Date: 2010-08-08 12:20:05 +0200 (Sun, 08 Aug 2010) $
+\AM@SVN@Date$Date: 2010-12-12 11:31:10 +0100 (Sun, 12 Dec 2010) $
\ProvidesFile{ppnull.def}
[\AM@filedate\space\AM@fileversion\space
Pdfpages dummy driver (AM)]
diff --git a/Master/texmf-dist/tex/latex/pdfpages/pppdftex.def b/Master/texmf-dist/tex/latex/pdfpages/pppdftex.def
index b0de5fb2352..7125ef3f0fa 100644
--- a/Master/texmf-dist/tex/latex/pdfpages/pppdftex.def
+++ b/Master/texmf-dist/tex/latex/pdfpages/pppdftex.def
@@ -24,10 +24,10 @@
%% Please send error reports and suggestions for improvements to
%% Andreas MATTHIAS <andreas.matthias@gmail.com>.
%%
-\def\AM@fileversion{v0.4k}
+\def\AM@fileversion{v0.4l}
\def\AM@SVN@Date@i#1-#2-#3\END{\def\AM@filedate{#1/#2/#3}}
\def\AM@SVN@Date$Date: #1 #2${\AM@SVN@Date@i#1\END}
-\AM@SVN@Date$Date: 2010-08-08 12:20:05 +0200 (Sun, 08 Aug 2010) $
+\AM@SVN@Date$Date: 2010-12-12 11:31:10 +0100 (Sun, 12 Dec 2010) $
\ProvidesFile{pppdftex.def}
[\AM@filedate\space\AM@fileversion\space
Pdfpages driver for pdfTeX (AM)]
diff --git a/Master/texmf-dist/tex/latex/pdfpages/ppvtex.def b/Master/texmf-dist/tex/latex/pdfpages/ppvtex.def
index 8d2442b9de2..9511172eae0 100644
--- a/Master/texmf-dist/tex/latex/pdfpages/ppvtex.def
+++ b/Master/texmf-dist/tex/latex/pdfpages/ppvtex.def
@@ -24,10 +24,10 @@
%% Please send error reports and suggestions for improvements to
%% Andreas MATTHIAS <andreas.matthias@gmail.com>.
%%
-\def\AM@fileversion{v0.4k}
+\def\AM@fileversion{v0.4l}
\def\AM@SVN@Date@i#1-#2-#3\END{\def\AM@filedate{#1/#2/#3}}
\def\AM@SVN@Date$Date: #1 #2${\AM@SVN@Date@i#1\END}
-\AM@SVN@Date$Date: 2010-08-08 12:20:05 +0200 (Sun, 08 Aug 2010) $
+\AM@SVN@Date$Date: 2010-12-12 11:31:10 +0100 (Sun, 12 Dec 2010) $
\ProvidesFile{ppvtex.def}
[\AM@filedate\space\AM@fileversion\space
Pdfpages driver for VTeX (AM)]
diff --git a/Master/texmf-dist/tex/latex/pdfpages/ppxetex.def b/Master/texmf-dist/tex/latex/pdfpages/ppxetex.def
index 9b095b12e46..cfa796c7661 100644
--- a/Master/texmf-dist/tex/latex/pdfpages/ppxetex.def
+++ b/Master/texmf-dist/tex/latex/pdfpages/ppxetex.def
@@ -24,10 +24,10 @@
%% Please send error reports and suggestions for improvements to
%% Andreas MATTHIAS <andreas.matthias@gmail.com>.
%%
-\def\AM@fileversion{v0.4k}
+\def\AM@fileversion{v0.4l}
\def\AM@SVN@Date@i#1-#2-#3\END{\def\AM@filedate{#1/#2/#3}}
\def\AM@SVN@Date$Date: #1 #2${\AM@SVN@Date@i#1\END}
-\AM@SVN@Date$Date: 2010-08-08 12:20:05 +0200 (Sun, 08 Aug 2010) $
+\AM@SVN@Date$Date: 2010-12-12 11:31:10 +0100 (Sun, 12 Dec 2010) $
\ProvidesFile{ppxetex.def}
[\AM@filedate\space\AM@fileversion\space
Pdfpages driver for XeTeX (AM)]
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 7280dd92506..27bbd4c7163 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -124,6 +124,7 @@ $Master = "$mydir/../..";
'babeltools', "die 'skipping, use bezos'",
'bgreek', "&MAKEcopy",
'bib2ml', "die 'skipping, no self-locate?, etc.'",
+ 'bib2xhtml', "die 'skipping, requires PDF::API2'",
'biber', "die 'skipping, arch-dependent perl, etc.'",
'biblatex-contrib', "die 'skipping, use subdir'",
'biblatex-philosophy', "&MAKEflatten",