diff options
author | Karl Berry <karl@freefriends.org> | 2011-03-11 00:27:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-03-11 00:27:55 +0000 |
commit | edd2db0890ea11b90c892ff6a7810c6ad49850db (patch) | |
tree | 27092e5380abec0210e60c41f63a48fa1473d858 /Master/texmf-dist/source/latex | |
parent | 4e9a89639ddf3c4c19f7ac936b69ea60d0e0596d (diff) |
pdfpages (10mar11)
git-svn-id: svn://tug.org/texlive/trunk@21680 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/pdfpages/pdfpages.dtx | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/pdfpages/pdfpages.dtx b/Master/texmf-dist/source/latex/pdfpages/pdfpages.dtx index cd62d9e33c0..e384465d867 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.4m} +\def\AM@fileversion{v0.4n} \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-12-18 00:29:01 +0100 (Sat, 18 Dec 2010) $ +\AM@SVN@Date$Date: 2011-03-10 19:57:14 +0100 (Thu, 10 Mar 2011) $ %</!(example1,example2,example3,installer)> % % @@ -815,7 +815,7 @@ % are quite useful, if only parts of a page should be inserted. % (Maybe to cut off the header and footer of the inserted pages.) % Just use the `trim' and `clip' options as if they were options -% of |\inlcudepdf|. They will be passed to |\includegraphics| +% of |\includepdf|. They will be passed to |\includegraphics| % internally. % % @@ -1325,10 +1325,10 @@ \newcommand*{\includepdfmerge}[2][]{% \begingroup \let\AM@currentdocname\relax - \AM@readlist{#2}% \AM@split@options{pdfpages}{#1}% \edef\AM@temp{{pdfpages}{\the\@temptokena}}% \expandafter\setkeys\AM@temp + \AM@readlist{#2}% \AM@output{#1}% \AM@CheckAtEnd \endgroup @@ -4206,6 +4206,17 @@ % change on every second page. % \end{itemize} % +% \subsection*{2010/12/18 v0.4m} +% \begin{itemize} +% \item Bugfix: Wrong offset of signature. +% \end{itemize} +% +% \subsection*{2011/03/10 v0.4n} +% \begin{itemize} +% \item Bugfix: In |\includepdfmerge|, |\AM@readlist| has to be +% after |\setkeys|. +% \end{itemize} +% % \Finale % % \iffalse |