summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/hyperxmp/hyperxmp.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-07-20 21:52:01 +0000
committerKarl Berry <karl@freefriends.org>2013-07-20 21:52:01 +0000
commit3bf6058125dc45b0d7db844cb90d16bc166088f2 (patch)
treed05d6018a702da1b992abc845628f047b9cfe93d /Master/texmf-dist/source/latex/hyperxmp/hyperxmp.dtx
parent9b314970e48a483154483de315cc9d8adf4f0213 (diff)
hyperxmp (20jul13)
git-svn-id: svn://tug.org/texlive/trunk@31252 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/hyperxmp/hyperxmp.dtx')
-rw-r--r--Master/texmf-dist/source/latex/hyperxmp/hyperxmp.dtx9
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/hyperxmp/hyperxmp.dtx b/Master/texmf-dist/source/latex/hyperxmp/hyperxmp.dtx
index 5bae88e57f6..226b819a335 100644
--- a/Master/texmf-dist/source/latex/hyperxmp/hyperxmp.dtx
+++ b/Master/texmf-dist/source/latex/hyperxmp/hyperxmp.dtx
@@ -22,7 +22,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{hyperxmp}
%<*package>
- [2013/04/16 v2.3a Store hyperref metadata in XMP format]
+ [2013/07/18 v2.3b Store hyperref metadata in XMP format]
%</package>
%
%<*driver>
@@ -1282,6 +1282,9 @@ disabled}%
%
% \begin{macro}{\XMPTruncateList}
% \changes{v2.0}{2012/09/07}{Added this macro}
+% \changes{v2.3b}{2013/07/18}{Made all definitions local to avoid
+% spurious \texttt{Too many unprocessed floats} errors when running
+% with \string\pkgname{memoir}}
% \begin{macro}{\hyxmp@temp@str}
% \begin{macro}{\hyxmp@temp@list}
% \begin{macro}{\@elt}
@@ -1292,7 +1295,7 @@ disabled}%
% ``|\XMPTruncateList{pdfauthor}|'' and have Adobe Acrobat display the
% author list correctly. It's sad that this is necessary, though.
% \begin{macrocode}
-\newcommand{\XMPTruncateList}[1]{%
+\newcommand{\XMPTruncateList}[1]{{%
\edef\hyxmp@temp@str{\csname hyxmp@#1\endcsname}%
\hyxmp@commas@to@list{\hyxmp@temp@list}{\hyxmp@temp@str}%
\def\@elt##1{%
@@ -1300,7 +1303,7 @@ disabled}%
\let\@elt=\@gobble
}
\hyxmp@temp@list
-}
+}}
% \end{macrocode}
% \end{macro}
% \end{macro}