From 9e6d2f58f90b22b0520de0c5b259218f16797ce1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 13 Dec 2010 23:48:34 +0000 Subject: pdfpages (12dec10) git-svn-id: svn://tug.org/texlive/trunk@20725 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/source/latex/pdfpages/pdfpages.dtx | 40 +++++++++++++++------- 1 file changed, 28 insertions(+), 12 deletions(-) (limited to 'Master/texmf-dist/source/latex') 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 % -\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) $ % % % @@ -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 -- cgit v1.2.3