[latex3-commits] [git/LaTeX3-latex3-pdfresources] reworking-annot: correct capitalizing (d27e160)
Ulrike Fischer
fischer at troubleshooting-tex.de
Mon Feb 1 00:16:14 CET 2021
Repository : https://github.com/latex3/pdfresources
On branch : reworking-annot
Link : https://github.com/latex3/pdfresources/commit/d27e1609d6ae022ea97146e022ae24d5e6cfeffc
>---------------------------------------------------------------
commit d27e1609d6ae022ea97146e022ae24d5e6cfeffc
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Mon Feb 1 00:16:14 2021 +0100
correct capitalizing
>---------------------------------------------------------------
d27e1609d6ae022ea97146e022ae24d5e6cfeffc
ltdocinit.dtx | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/ltdocinit.dtx b/ltdocinit.dtx
index 5ff3644..11343fd 100644
--- a/ltdocinit.dtx
+++ b/ltdocinit.dtx
@@ -147,7 +147,7 @@
\prop_new:N \g_@@_documentmetadata_prop %
-\NewDocumentCommand\AddToDocumentmetadata{O{\@currname}mm}
+\NewDocumentCommand\AddToDocumentMetadata{O{\@currname}mm}
{
\exp_args:NNx
\prop_gput:Nnn \g_@@_documentmetadata_prop
@@ -157,12 +157,12 @@
{ #3}
}
-\NewExpandableDocumentCommand\GetDocumentmetadata{m}
+\NewExpandableDocumentCommand\GetDocumentMetadata{m}
{
\prop_item:Nn \g_@@_documentmetadata_prop {#1}
}
-\NewDocumentCommand\ShowDocumentmetadata {}
+\NewDocumentCommand\ShowDocumentMetadata {}
{
\prop_show:N \g_@@_documentmetadata_prop
}
@@ -172,7 +172,7 @@
backend .code:n =
{
\PassOptionsToPackage { driver=#1 } {expl3}
- \AddToDocumentmetadata[document]{backend}{#1}
+ \AddToDocumentMetadata[document]{backend}{#1}
},
backend .groups:n = { init } ,
}
@@ -182,7 +182,7 @@
,pdfversion .code:n =
{
\pdf_version_gset:n { #1 }
- \AddToDocumentmetadata[document]{pdfversion}{#1}
+ \AddToDocumentMetadata[document]{pdfversion}{#1}
}
,uncompress .code:n =
{
@@ -191,7 +191,7 @@
,lang .code:n =
{
\pdfmanagement_add:nnn {Catalog} {Lang}{(#1)}
- \AddToDocumentmetadata[document]{lang}{#1}
+ \AddToDocumentMetadata[document]{lang}{#1}
}
,xmpmeta .bool_gset:N = \g_pdfmeta_xmp_bool %see pdfmeta undocumentated for now!
,standard .choices:nn =
@@ -201,7 +201,7 @@
{
\prop_gset_eq:Nc \g_pdfmeta_standard_prop { g_pdfmeta_standard_pdf/#1 _prop }
}
- \AddToDocumentmetadata [document]{standard}{#1}
+ \AddToDocumentMetadata [document]{standard}{#1}
}
,standard / unknown .code:n =
{
More information about the latex3-commits
mailing list.