From 3bf6058125dc45b0d7db844cb90d16bc166088f2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 20 Jul 2013 21:52:01 +0000 Subject: hyperxmp (20jul13) git-svn-id: svn://tug.org/texlive/trunk@31252 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/hyperxmp/hyperxmp.dtx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/source/latex/hyperxmp/hyperxmp.dtx') 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 @@ %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\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] % % %<*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} -- cgit v1.2.3