summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/pdfpages
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-04-09 16:29:15 +0000
committerKarl Berry <karl@freefriends.org>2012-04-09 16:29:15 +0000
commit55c94cce03411fe9e7f0e7eb764594d57dd77786 (patch)
treed9b76d7fe83bc713d44d9e0b84b001b9cbf2902e /Master/texmf-dist/source/latex/pdfpages
parentc5d0b619ba9e0719b34a60bb7af1018d597d4987 (diff)
pdfpages (8apr12)
git-svn-id: svn://tug.org/texlive/trunk@25883 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/pdfpages')
-rw-r--r--Master/texmf-dist/source/latex/pdfpages/pdfpages.dtx21
1 files changed, 15 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/pdfpages/pdfpages.dtx b/Master/texmf-dist/source/latex/pdfpages/pdfpages.dtx
index 2d968ec4e80..45445f5871a 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.4r}
+\def\AM@fileversion{v0.4s}
\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: 2012-03-08 18:53:37 +0100 (Thu, 08 Mar 2012) $
+\AM@SVN@Date$Date: 2012-04-03 21:07:24 +0200 (Tue, 03 Apr 2012) $
%</!(example1,example2,example3,installer)>
%
%
@@ -1201,14 +1201,16 @@
% Check, if |#1| is a positive integer.
% \begin{macrocode}
\newif\ifAM@integer
-\def\AM@checkinteger#1{\afterassignment\AM@checkinteger@i\count255=0#1 \END}
-\def\AM@checkinteger@i#1\END{%
- \ifx\END#1\END
- \AM@integertrue
+\begingroup
+\@makeother_
+\gdef\AM@checkinteger#1{%
+ \ifcat _\ifnum9<1#1_\else A\fi
+ \AM@integertrue
\else
\AM@integerfalse
\fi
}
+\endgroup
% \end{macrocode}
% \macro{\AM@findfile}
% Find file and set |\AM@currentdocname|.
@@ -4194,6 +4196,13 @@
% \item Macro |\AM@checkinteger| rewritten.
% \item Loading |graphicx.sty| without explicit driver information.
% \end{itemize}
+%
+% \subsection*{2012/04/03 v0.4s}
+% \begin{itemize}
+% \item Revert to the older |\AM@checkinteger| but now with changed
+% catcode for |_| (underscore).
+% \end{itemize}
+%
% \Finale
%
% \iffalse