[latex3-commits] [git/LaTeX3-latex3-pdfresources] renamedict77: more changes to dict name (ca369e3)

Ulrike Fischer fischer at troubleshooting-tex.de
Fri Apr 10 00:00:35 CEST 2020


Repository : https://github.com/latex3/pdfresources
On branch  : renamedict77
Link       : https://github.com/latex3/pdfresources/commit/ca369e37a41bfc5edf8db12ae825e5ad941b3eb6

>---------------------------------------------------------------

commit ca369e37a41bfc5edf8db12ae825e5ad941b3eb6
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Fri Apr 10 00:00:35 2020 +0200

    more changes to dict name


>---------------------------------------------------------------

ca369e37a41bfc5edf8db12ae825e5ad941b3eb6
 pdfresources.dtx | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/pdfresources.dtx b/pdfresources.dtx
index 289fc59..760ff0e 100644
--- a/pdfresources.dtx
+++ b/pdfresources.dtx
@@ -320,15 +320,15 @@
 %!!!!! check if pdftex/luatex can run some of them in the immediate end-of-run
 \@@_BACKEND_lastpage_shipout_gput:n
   {
-   % \@@_Pages_gpush:            %pagesattr
-   % \@@_Info_gpush:             %pdfinfo
+   % \@@_dict_Pages_gpush:            %pagesattr
+   % \@@_dict_Info_gpush:             %pdfinfo
     \@@_PageNResources_gpush:   %ExtGState etc
   }
 
 \@@_BACKEND_end_run_gput:n
   {
-    \@@_Pages_gpush:            %pagesattr
-    \@@_Info_gpush:             %pdfinfo
+    \@@_dict_Pages_gpush:            %pagesattr
+    \@@_dict_Info_gpush:             %pdfinfo
     \@@_dict_Catalog_gpush:
    % \@@_PageNResources_gpush:   %ExtGState etc
   }
@@ -843,12 +843,12 @@
 \@@_dict_gnew:n {Pages}
 %    \end{macrocode}
 %
-% \begin{macro}{\@@_Pages_gpush:}
+% \begin{macro}{\@@_dict_Pages_gpush:}
 % This is the command that outputs the Pages dictionary. It is used
 % at the end of the document in \cs{g_@@_BACKEND_end_run_tl}
 %    \begin{macrocode}
 % push to the register command / issue the special
-\cs_new_protected:Npn \@@_Pages_gpush:
+\cs_new_protected:Npn \@@_dict_Pages_gpush:
   {
     \exp_args:Nx \@@_backend_Pages_primitive:n
       {
@@ -1169,6 +1169,9 @@
 %    \begin{macrocode}
 % setter.
 %^^A documentated
+\@@_dict_gnew:n { Page }
+\@@_dict_gnew:n { ThisPage }
+
 \cs_new_protected:Npn \pdf_pageattr_gput:nn #1 #2
   {
     \@@_backend_Page_gput:nn { #1 }{ #2 }
@@ -1245,12 +1248,12 @@
 \@@_dict_gnew:n {Info}
 %    \end{macrocode}
 %
-% \begin{macro}{\@@_Info_gpush:}
-% \cs{@@_Info_gpush:} is the command that outputs the info dictionary (currently
+% \begin{macro}{\@@_dict_Info_gpush:}
+% \cs{@@_dict_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 \@@_Info_gpush:
+\cs_new_protected:Npn \@@_dict_Info_gpush:
   {
     \prop_map_function:cN  { \@@_dict_gname:n {Info} } \@@_backend_info_gput:nn
     \prop_gclear:c { \@@_dict_gname:n {Info} }





More information about the latex3-commits mailing list.