[latex3-commits] [git/LaTeX3-latex3-pdfresources] splitting: correct more splitting errors (3e6d8b2)
Ulrike Fischer
fischer at troubleshooting-tex.de
Tue Jul 7 19:16:02 CEST 2020
Repository : https://github.com/latex3/pdfresources
On branch : splitting
Link : https://github.com/latex3/pdfresources/commit/3e6d8b2a964aed561b2937180343b9e10d07a947
>---------------------------------------------------------------
commit 3e6d8b2a964aed561b2937180343b9e10d07a947
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sun Jun 14 11:19:37 2020 +0200
correct more splitting errors
>---------------------------------------------------------------
3e6d8b2a964aed561b2937180343b9e10d07a947
l3pdfgdict.dtx | 8 ++++----
pdfresources.dtx | 7 +++++--
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/l3pdfgdict.dtx b/l3pdfgdict.dtx
index 6432a91..d35e761 100644
--- a/l3pdfgdict.dtx
+++ b/l3pdfgdict.dtx
@@ -789,14 +789,14 @@
% \end{macrocode}
%
% \begin{macro}{\@@_Info_gpush:}
-% \cs{@@_dict_Info_gpush:} is the command that outputs the info dictionary (currently
+% \cs{@@_Info_gpush:} is the command that outputs the info dictionary (currently
% in the end-of-run hooks).
% \begin{macrocode}
% push to the register command / issue the special
-\cs_new_protected:Npn \@@_dict_Info_gpush:
+\cs_new_protected:Npn \@@_Info_gpush:
{
- \prop_map_function:cN { \@@_dict_gname:n {Info} } \@@_backend_info_gput:nn
- \prop_gclear:c { \@@_dict_gname:n {Info} }
+ \prop_map_function:cN { \@@_name:n {Info} } \@@_backend_info_gput:nn
+ \prop_gclear:c { \@@_name:n {Info} }
}
% \end{macrocode}
% \end{macro}
diff --git a/pdfresources.dtx b/pdfresources.dtx
index 84a32ad..d4e0bc0 100644
--- a/pdfresources.dtx
+++ b/pdfresources.dtx
@@ -292,6 +292,7 @@
}
%!!!!! check if pdftex/luatex can run this in the immediate end-of-run
+%!!!!!!! check the name. To which module does this belong??
\@@_BACKEND_lastpage_shipout_gput:n
{
\@@_PageResources_gpush: %ExtGState etc
@@ -880,7 +881,6 @@
%<*dvips>
\cs_new_protected:Npn \@@_backend_NamesEmbeddedFiles_gpush:n #1 {}
%</dvips>
-%<*package>
% \end{macrocode}
% \subsubsection{\enquote{Catalog} \& subdirectories / management }
% \begin{NOTE}{UF}
@@ -1292,10 +1292,12 @@
%
% \subsubsection{BDC and Properties / management}
% \begin{macrocode}
+%<*package>
\cs_new_protected:Npn \pdf_bdc:nn #1 #2 { \@@_backend_bdc:nn { #1 }{ #2 } }
\cs_new_protected:Npn \pdf_bdc:n #1 { \@@_backend_bdc:n { #1 } }
\cs_new_protected:Npn \pdf_bmc:n #1 { \@@_backend_bmc:n { #1 } }
\cs_new_protected:Npn \pdf_emc: { \@@_backend_emc: }
+%</package>
% \end{macrocode}
%
% \subsection{Form XObject (pdfxform)}
@@ -1372,6 +1374,7 @@
% These command tests if an xform with name \Arg{name} has been already defined.
% \end{function}%
% \begin{macrocode}
+%<*package>
\cs_new_protected:Npn \pdf_xform_new:nnn #1 #2 #3
{
\@@_backend_xform_new:nnnn { #1 } { #2 } { } { #3 }
@@ -1403,7 +1406,7 @@
{
\tl_use:c { c_@@_backend_xform_dp_ \tl_to_str:n { #1 } _tl }
}
-
+%</package>
% \end{macrocode}
%
% \subsubsection{Form XObject / backend }
More information about the latex3-commits
mailing list.