[latex3-commits] [git/LaTeX3-latex3-pdfresources] verify: small corrections (81a9411)

Ulrike Fischer fischer at troubleshooting-tex.de
Fri Feb 19 00:33:13 CET 2021


Repository : https://github.com/latex3/pdfresources
On branch  : verify
Link       : https://github.com/latex3/pdfresources/commit/81a9411cc983cc16a26c8c0d041e3e1bb3b09624

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

commit 81a9411cc983cc16a26c8c0d041e3e1bb3b09624
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Fri Feb 19 00:33:13 2021 +0100

    small corrections


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

81a9411cc983cc16a26c8c0d041e3e1bb3b09624
 l3pdfmeta.dtx | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/l3pdfmeta.dtx b/l3pdfmeta.dtx
index efe52b6..1c6c805 100644
--- a/l3pdfmeta.dtx
+++ b/l3pdfmeta.dtx
@@ -613,7 +613,7 @@
  {
    ,A .code:n =
       {
-        \tl_if_blank:nF
+        \tl_if_blank:nF {#1}
           {
             \prop_gput:Nnn \g_@@_outputintents_prop
              { GTS_PDFA1  } {#1}
@@ -621,7 +621,7 @@
       }
    ,a .code:n =
       {
-        \tl_if_blank:nF
+        \tl_if_blank:nF {#1}
           {
             \prop_gput:Nnn \g_@@_outputintents_prop
               { GTS_PDFA1  } {#1}
@@ -629,7 +629,7 @@
       }
    ,X .code:n =
       {
-        \tl_if_blank:nF
+        \tl_if_blank:nF {#1}
           {
              \prop_gput:Nnn \g_@@_outputintents_prop
               { GTS_PDFX  } {#1}
@@ -637,7 +637,7 @@
       }
    ,x .code:n =
       {
-        \tl_if_blank:nF
+        \tl_if_blank:nF {#1}
           {
             \prop_gput:Nnn \g_@@_outputintents_prop
               { GTS_PDFX  } {#1}
@@ -645,9 +645,10 @@
       }
    ,unknown .code:n =
      {
-       \tl_if_blank:nF
+       \tl_if_blank:nF {#1}
           {
-            \prop_gput:Nxn \g_@@_outputintents_prop
+           \exp_args:NNo
+            \prop_gput:Nnn \g_@@_outputintents_prop
               { \l_keys_key_str  } {#1}
           }
      }





More information about the latex3-commits mailing list.