diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-13 00:04:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-13 00:04:20 +0000 |
commit | bf3ee8e4da13507d79b5af06868c9a3b1eb456db (patch) | |
tree | 5da692d6cf8c9d4a5a06fb8913abf58e14847918 /Master/texmf-dist/source/latex/pdfpages/pdfpages.dtx | |
parent | dc30361cc7b17d023d5808b86cd735d319755728 (diff) |
pdfpages update (12jan10)
git-svn-id: svn://tug.org/texlive/trunk@16690 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/pdfpages/pdfpages.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/pdfpages/pdfpages.dtx | 31 |
1 files changed, 24 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/pdfpages/pdfpages.dtx b/Master/texmf-dist/source/latex/pdfpages/pdfpages.dtx index f1986b20084..76e6ae2e1ba 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.4i} +\def\AM@fileversion{v0.4j} \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: 2009-10-31 13:40:37 +0100 (Sat, 31 Oct 2009) $ +\AM@SVN@Date$Date: 2010-01-12 19:05:14 +0100 (Tue, 12 Jan 2010) $ %</!(example1,example2,example3,installer)> % % @@ -80,7 +80,7 @@ % % \GetFileInfo{pdfpages.dtx} % -% \CheckSum{4623} +% \CheckSum{4637} % % \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 @@ -1425,12 +1425,12 @@ % \end{macrocode} % \begin{macrocode} \ifthenelse{\boolean{AM@frame}} - {\let\AM@fbox\fbox} - {\let\AM@fbox\relax + {\global\let\AM@fbox\fbox} + {\global\let\AM@fbox\relax \setlength{\fboxrule}{\z@}}% \ifthenelse{\boolean{AM@reflect}} - {\let\AM@reflectbox\reflectbox} - {\let\AM@reflectbox\relax}% + {\global\let\AM@reflectbox\reflectbox} + {\global\let\AM@reflectbox\relax}% \setbox\AM@pagebox\null % \end{macrocode} % \begin{macrocode} @@ -1727,6 +1727,15 @@ \setlength{\@tempdima}{\AM@localscale}% \edef\AM@localscale{\strip@pt\@tempdima}% % \end{macrocode} +% The above calculation are wrong if |noautoscale| is used. +% Thus reset values here. +% \begin{macrocode} + \ifAM@noautoscale + \def\AM@localxoff{\z@}% + \def\AM@localyoff{\z@}% + \def\AM@localscale{1}% + \fi +% \end{macrocode} % \begin{macrocode} \let\AM@filelist@save\@filelist \AM@split@options{Gin}{#1}% @@ -4172,6 +4181,14 @@ % doesn't need that % \end{itemize} % +% \subsection*{2010/01/12 v0.4j} +% \begin{itemize} +% \item Make |\AM@reflectbox| and |\AM@fbox| global definitions which is +% necessary for package textpos.sty. +% \item Refrain from setting |\AM@localxoff|, |\AM@localyoff|, +% and |\AM@localscale| if option |noautoscale| is used. +% \end{itemize} +% % \Finale % % \iffalse |