Skip to content

Commit

Permalink
missing guard
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Dec 9, 2023
1 parent 6838614 commit 3c36f7d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions l3pdfmeta.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand All @@ -2849,9 +2849,8 @@
}
\cs_generate_variant:Nn\pdfmeta_xmp_add_declaration:nnnnn {e}
% \end{macrocode}

%
% \end{macro}
%
% \begin{macrocode}
%</package>
% \end{macrocode}
Expand Down

0 comments on commit 3c36f7d

Please sign in to comment.