texlive[60593] Master/texmf-dist: xmpincl (23sep21)

commits+karl at tug.org commits+karl at tug.org
Thu Sep 23 22:14:54 CEST 2021


Revision: 60593
          http://tug.org/svn/texlive?view=revision&revision=60593
Author:   karl
Date:     2021-09-23 22:14:53 +0200 (Thu, 23 Sep 2021)
Log Message:
-----------
xmpincl (23sep21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/latex/xmpincl/xmpincl.dtx
    trunk/Master/texmf-dist/source/latex/xmpincl/xmpincl.ins
    trunk/Master/texmf-dist/tex/latex/xmpincl/xmpincl.sty

Modified: trunk/Master/texmf-dist/source/latex/xmpincl/xmpincl.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/xmpincl/xmpincl.dtx	2021-09-23 20:14:41 UTC (rev 60592)
+++ trunk/Master/texmf-dist/source/latex/xmpincl/xmpincl.dtx	2021-09-23 20:14:53 UTC (rev 60593)
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-% Copyright (C) 2004 by Maarten Sneep <sneep at nat.vu.nl>
+% Copyright (C) 2004 by Maarten Sneep
 % -----------------------------------------------------
 % 
 % This work is licensed under the CC-GNU GPL, the human readable license
@@ -20,7 +20,7 @@
 %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
 %<package>\ProvidesPackage{xmpincl}
 %<*package>
-    [2021/08/31 v2.3 Include XMP data in pdflatex]
+    [2021/09/22 v2.4 Include XMP data in pdflatex]
 %</package>
 %
 %<*driver>
@@ -29,7 +29,7 @@
 \usepackage{url}
 \usepackage{xmpincl}
 \hypersetup{colorlinks=true, pdftitle={Including XMP in pdflatex}, 
-   pdfauthor={Maarten Sneep <sneep at nat.vu.nl>},
+   pdfauthor={Maarten Sneep},
    pdfsubject={pdflatex and XMP inclusions.}, pdfkeywords={XMP, Creative Commons},
    pdfview={FitH}, pdfstartview={FitH}, pdfstartpage={1}, plainpages=false}
 \includexmp{license}
@@ -79,6 +79,8 @@
 %   characters in the xmpi file.}
 % \changes{v2.3}{2021/08/31}{Replaced \cs{if}\cs{par} with \cs{ifx}\cs{par}
 %   because the former caused an error with the new definition of \cs{par}.}
+% \changes{v2.4}{2021/09/22}{Replaced \cs{ifx}\cs{par} with \cs{if}\cs{endline}
+%   because the former caused pdf/a validation errors.}
 %
 % \GetFileInfo{xmpincl.dtx}
 %
@@ -90,7 +92,7 @@
 %
 % \title{The \textsf{XMP} inclusion package\thanks{This document
 %   corresponds to \textsf{xmpincl.dtx}~\fileversion, dated \filedate.}}
-% \author{Maarten Sneep \\ \href{mailto:sneep at nat.vu.nl}{sneep at nat.vu.nl}}
+% \author{Maarten Sneep}
 % \date{\filedate}
 %
 % \maketitle
@@ -151,7 +153,7 @@
 % package. This new release (version 2.0) does add the |<?xpacket ?>|
 % tags, if they are \emph{not} present in the |xmp| file.
 %
-% \subsection{New in the current release (\fileversion)}
+% \subsection{New in the release v2.1}
 % 
 % There used to be a clash between the Memoir document class and the |ifpdf| package.
 % As of version 2005/03/23 v3.9 of |mempatch.sty|, this clash has been removed, and 
@@ -289,8 +291,8 @@
 }%
 %    \end{macrocode}
 % Start the |\loop|, and read a line. Check if it is equal to the end tag
-% or to |\par|, and if it isn't, write it out to the |.xmpi| file. The
-% check against |\par| ensures that empty lines are skipped, and not
+% or to |\endline|, and if it isn't, write it out to the |.xmpi| file. The
+% check against |\endline| ensures that empty lines are skipped, and not
 % replaced by |\par|.
 % 
 % The |\ifeof| test checks whether we've reached the end of the original
@@ -302,7 +304,7 @@
     \equal{\mcs at xmpinclEnd}{\xmpinclReadln}%
     }{% Note: no if.
     }{%
-    \ifx\par\xmpinclReadln\else%
+    \if\endline\xmpinclReadln\else%
       \immediate\write\xmpinclWrite{\xmpinclReadln}%
     \fi%
   }%

Modified: trunk/Master/texmf-dist/source/latex/xmpincl/xmpincl.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/xmpincl/xmpincl.ins	2021-09-23 20:14:41 UTC (rev 60592)
+++ trunk/Master/texmf-dist/source/latex/xmpincl/xmpincl.ins	2021-09-23 20:14:53 UTC (rev 60593)
@@ -1,5 +1,5 @@
 %%
-%% Copyright (C) 2005 by Maarten Sneep <sneep at nat.vu.nl>
+%% Copyright (C) 2005 by Maarten Sneep
 %%
 %% This work is licensed under the CC-GNU GPL, the human readable license
 %% can be found here, with a link to the full text on this page.
@@ -15,7 +15,7 @@
 
 This is a generated file.
 
-Copyright (C) 2005 by Maarten Sneep <sneep at nat.vu.nl>
+Copyright (C) 2005 by Maarten Sneep
 
 This work is licensed under the CC-GNU GPL, the human readable license
 can be found here, with a link to the full text on this page.

Modified: trunk/Master/texmf-dist/tex/latex/xmpincl/xmpincl.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/xmpincl/xmpincl.sty	2021-09-23 20:14:41 UTC (rev 60592)
+++ trunk/Master/texmf-dist/tex/latex/xmpincl/xmpincl.sty	2021-09-23 20:14:53 UTC (rev 60593)
@@ -8,7 +8,7 @@
 %% 
 %% This is a generated file.
 %% 
-%% Copyright (C) 2005 by Maarten Sneep <sneep at nat.vu.nl>
+%% Copyright (C) 2005 by Maarten Sneep
 %% 
 %% This work is licensed under the CC-GNU GPL, the human readable license
 %% can be found here, with a link to the full text on this page.
@@ -16,7 +16,7 @@
 %% 
 \NeedsTeXFormat{LaTeX2e}[1999/12/01]
 \ProvidesPackage{xmpincl}
-    [2021/08/31 v2.3 Include XMP data in pdflatex]
+    [2021/09/22 v2.4 Include XMP data in pdflatex]
 \RequirePackage{ifpdf}
 \ifpdf\else
 \PackageWarningNoLine{xmpincl}%
@@ -66,7 +66,7 @@
     \equal{\mcs at xmpinclEnd}{\xmpinclReadln}%
     }{% Note: no if.
     }{%
-    \ifx\par\xmpinclReadln\else%
+    \if\endline\xmpinclReadln\else%
       \immediate\write\xmpinclWrite{\xmpinclReadln}%
     \fi%
   }%



More information about the tex-live-commits mailing list.