[latex3-commits] [git/LaTeX3-latex3-pdfresources] splitting: first correction round (57f0d94)
Ulrike Fischer
fischer at troubleshooting-tex.de
Tue Jul 7 19:15:59 CEST 2020
Repository : https://github.com/latex3/pdfresources
On branch : splitting
Link : https://github.com/latex3/pdfresources/commit/57f0d94d55923293ea2bca976e0701223acc6e38
>---------------------------------------------------------------
commit 57f0d94d55923293ea2bca976e0701223acc6e38
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sun Jun 14 01:14:13 2020 +0200
first correction round
>---------------------------------------------------------------
57f0d94d55923293ea2bca976e0701223acc6e38
l3pdfdict.dtx | 14 +++++++-------
l3pdfgdict.dtx | 2 +-
pdfresources.dtx | 2 +-
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/l3pdfdict.dtx b/l3pdfdict.dtx
index d2dc380..c6a70fd 100644
--- a/l3pdfdict.dtx
+++ b/l3pdfdict.dtx
@@ -215,7 +215,7 @@
{
\@@_if_exist:nTF { #1 }
{
- \@@_handler_put:nnn { #1 }{ #2 }{ #3 }
+ \@@_put:nnn { #1 }{ #2 }{ #3 }
}
{
\msg_error:nnn{pdfdict}{unknown-dict}{#1}
@@ -253,15 +253,15 @@
% \end{macro}
% \begin{macro}
% {
-% \@@_dict_name:n,
-% \@@_dict_new:n,
+% \@@_name:n,
+% \@@_new:n,
% \g_@@_names_seq
% }
% \begin{macrocode}
\seq_new:N \g_@@_names_seq
%local
-\cs_new:Npn \@@_dict_name:n #1 % path name without the leading /
+\cs_new:Npn \@@_name:n #1 % path name without the leading /
{
l_@@_/#1_prop
}
@@ -349,7 +349,7 @@
\cs_new_protected:Npn \@@_get:nnN #1 #2 #3 %path,key,macro
{
\prop_get:cnN
- { \@@_name:n } { #1 } }
+ { \@@_name:n { #1 } }
{ #2 } #3
}
@@ -383,7 +383,7 @@
}
\cs_new_protected:Npn \@@_show:n #1 %path
{
- \prop_show:c { \@@_name:n } { #1 } }
+ \prop_show:c { \@@_name:n { #1 } }
}
% \end{macrocode}
% \end{macro}
@@ -414,7 +414,7 @@
}
% \end{macrocode}
% \begin{macrocode}
-\cs_new_protected:Npn \pdfdict_show:n
+\cs_new_protected:Npn \pdfdict_show:n #1
{
\@@_show:Nn \msg_show:nnxxxx {#1}
}
diff --git a/l3pdfgdict.dtx b/l3pdfgdict.dtx
index d4c6bc0..6432a91 100644
--- a/l3pdfgdict.dtx
+++ b/l3pdfgdict.dtx
@@ -765,7 +765,7 @@
% \end{macrocode}
% \end{macro}
% \begin{macrocode}
-\cs_new_protected:Npn \pdfgdict_show:n
+\cs_new_protected:Npn \pdfgdict_show:n #1
{
\@@_show:Nn \msg_show:nnxxxx {#1}
}
diff --git a/pdfresources.dtx b/pdfresources.dtx
index 4f23b82..84a32ad 100644
--- a/pdfresources.dtx
+++ b/pdfresources.dtx
@@ -301,7 +301,7 @@
{
\__pdfgdict_Pages_gpush: %pagesattr
\__pdfgdict_Info_gpush: %pdfinfo
- \@@_dict_Catalog_gpush:
+ \__pdfgdict_Catalog_gpush:
}
% \end{macrocode}
%
More information about the latex3-commits
mailing list.