[latex3-commits] [git/LaTeX3-latex3-pdfresources] renamedict77: fixed broken page resources (b380db7)

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


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

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

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

    fixed broken page resources


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

b380db7f6b6b6daf7ff87ec307b7fe6044c2d50b
 pdfresources.dtx | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pdfresources.dtx b/pdfresources.dtx
index c103894..f45a44b 100644
--- a/pdfresources.dtx
+++ b/pdfresources.dtx
@@ -547,7 +547,7 @@
           {
             \cs_if_exist:cTF
               { @@_dict_/#1/?_\@@_dict_get_g:n{#1}put:nn } %general, name independant handler
-              { \use:c {@@_dict_/#1/?_\@@_dict_get_g:n{#1}put:n} {#2} {#3} }
+              { \use:c {@@_dict_/#1/?_\@@_dict_get_g:n{#1}put:nn } {#2} {#3} }
               {
                 \cs_if_exist:cTF
                   { @@_dict_/#1/#2_\@@_dict_get_g:n{#1}put:n }
@@ -2177,22 +2177,22 @@
 \@@_dict_gnew:n {Page / Resources / Shading}
 \@@_dict_gnew:n {Page / Resources / Pattern}
 
-\cs_new_protected:cpn { @@_dict_/Page/Resources/ExtGState/?_\@@_dict_get_g:n{#1}put:nn } #1 #2
+\cs_new_protected:cpn { @@_dict_/Page/Resources/ExtGState/?_gput:nn } #1 #2
   {
     \@@_backend_PageNResources_gput:nnn {ExtGState} { #1 }{ #2 }
   }
 
-\cs_new_protected:cpn { @@_dict_/Page/Resources/ColorSpace/?_\@@_dict_get_g:n{#1}put:nn } #1 #2
+\cs_new_protected:cpn { @@_dict_/Page/Resources/ColorSpace/?_gput:nn } #1 #2
   {
     \@@_backend_PageNResources_gput:nnn {ColorSpace} { #1 }{ #2 }
   }
 
-\cs_new_protected:cpn { @@_dict_/Page/Resources/Shading/?_\@@_dict_get_g:n{#1}put:nn } #1 #2
+\cs_new_protected:cpn { @@_dict_/Page/Resources/Shading/?_gput:nn } #1 #2
   {
     \@@_backend_PageNResources_gput:nnn {Shading} { #1 }{ #2 }
   }
 
-\cs_new_protected:cpn { @@_dict_/Page/Resources/Pattern/?_\@@_dict_get_g:n{#1}put:nn } #1 #2
+\cs_new_protected:cpn { @@_dict_/Page/Resources/Pattern/?_gput:nn } #1 #2
   {
     \@@_backend_PageNResources_gput:nnn {Pattern} { #1 }{ #2 }
   }





More information about the latex3-commits mailing list.