[latex3-commits] [latex3/pdfresources] develop, main: missing guard (3c36f7d)
github at latex-project.org
github at latex-project.org
Sat Dec 9 17:29:01 CET 2023
Repository : https://github.com/latex3/pdfresources
On branches: develop,main
Link : https://github.com/latex3/pdfresources/commit/3c36f7da5bcd11c5e5908d56a6151d3a34473bde
>---------------------------------------------------------------
commit 3c36f7da5bcd11c5e5908d56a6151d3a34473bde
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sat Dec 9 17:29:01 2023 +0100
missing guard
>---------------------------------------------------------------
3c36f7da5bcd11c5e5908d56a6151d3a34473bde
l3pdfmeta.dtx | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/l3pdfmeta.dtx b/l3pdfmeta.dtx
index a701e6d..720669e 100644
--- a/l3pdfmeta.dtx
+++ b/l3pdfmeta.dtx
@@ -602,7 +602,7 @@
% \cs{pdfmeta_xmp_add_declaration:nnnnn}\Arg{uri}\Arg{By}\Arg{Date}\Arg{Credentials}\Arg{Report}
% \end{syntax}
% This add a PDF declaration to the XMP metadata similar
-% to \cs{\pdfmeta_xmp_add_declaration:n}.
+% to \cs{pdfmeta_xmp_add_declaration:n}.
% With \meta{By}, \meta{Date}, \meta{Credentials}, \meta{Report} the optional
% fields |claimBy| (text), |claimDate| (iso date), |claimCredentials| (text) and
% |claimReport| (uri) of the |claimData| property can be given.
@@ -2822,7 +2822,7 @@
}
\cs_generate_variant:Nn \pdfmeta_xmp_add_declaration:n {e}
% \end{macrocode}
-
+% \end{macro}
% \begin{macro}{\pdfmeta_xmp_add_declaration:nnnnn,\pdfmeta_xmp_add_declaration:ennnn}
% \begin{macrocode}
\cs_new_protected:Npn \pdfmeta_xmp_add_declaration:nnnnn #1#2#3#4#5
@@ -2849,9 +2849,8 @@
}
\cs_generate_variant:Nn\pdfmeta_xmp_add_declaration:nnnnn {e}
% \end{macrocode}
-
-%
% \end{macro}
+%
% \begin{macrocode}
%</package>
% \end{macrocode}
More information about the latex3-commits
mailing list.