[latex3-commits] [git/LaTeX3-latex3-pdfresources] testlinkstuff: typo (b63d339)
Ulrike Fischer
fischer at troubleshooting-tex.de
Wed May 22 13:01:32 CEST 2019
Repository : https://github.com/latex3/pdfresources
On branch : testlinkstuff
Link : https://github.com/latex3/pdfresources/commit/b63d3390cb5935a876c8ee0a9a6141d1a87e45d9
>---------------------------------------------------------------
commit b63d3390cb5935a876c8ee0a9a6141d1a87e45d9
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Wed May 22 13:01:32 2019 +0200
typo
>---------------------------------------------------------------
b63d3390cb5935a876c8ee0a9a6141d1a87e45d9
pdfresources.dtx | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/pdfresources.dtx b/pdfresources.dtx
index c6aac9b..56aff5e 100644
--- a/pdfresources.dtx
+++ b/pdfresources.dtx
@@ -788,19 +788,19 @@
% \paragraph{OCProperties}
% This is a dictionary with three entries:
% \begin{description}
-% \item[/OCGS] (required) An array of indirect references, access needed for more than one package probably
+% \item[/OCGs] (required) An array of indirect references, access needed for more than one package probably
% \item[/D] (required) a dict (at best as indirect reference) to the default configuration
% \item[/Configs] (optional) an array of indirect references to more configurations.
% \end{description}
% The /D entry is also a config, so it can be the first from a seq.
% \begin{macrocode}
%<*package>
-\seq_new:N \g_@@_catalog_OCProperties_OCGS_seq
+\seq_new:N \g_@@_catalog_OCProperties_OCGs_seq
\seq_new:N \g_@@_catalog_OCProperties_Configs_seq
-\cs_new_protected:Npn\pdf_catalog_OCProperties_OCGS_gput:n #1
+\cs_new_protected:Npn\pdf_catalog_OCProperties_OCGs_gput:n #1
{
- \seq_gput_right:Nn \g_@@_catalog_OCProperties_OCGS_seq {#1}
+ \seq_gput_right:Nn \g_@@_catalog_OCProperties_OCGs_seq {#1}
}
\cs_new_protected:Npn\pdf_catalog_OCProperties_Configs_gput:n #1
@@ -817,7 +817,7 @@
{
\int_compare:nNnT
{
- (\seq_count:N \g_@@_catalog_OCProperties_OCGS_seq)*
+ (\seq_count:N \g_@@_catalog_OCProperties_OCGs_seq)*
(\seq_count:N \g_@@_catalog_OCProperties_Configs_seq)
} > {0}
{
@@ -826,7 +826,7 @@
\exp_args:Nnx
\driver_pdf_object_write:nn {g_@@_catalog_OCProperties_obj}
{
- /OCGS~[\seq_use:Nn \g_@@_catalog_OCProperties_OCGS_seq {~}]
+ /OCGs~[\seq_use:Nn \g_@@_catalog_OCProperties_OCGs_seq {~}]
/D~\g_tmpa_tl~
\seq_if_empty:NF \g_@@_catalog_OCProperties_Configs_seq
{
More information about the latex3-commits
mailing list