[latex3-commits] [git/LaTeX3-latex3-pdfresources] testlinkstuff: removing more \driver commands (de4b1e5)

Ulrike Fischer fischer at troubleshooting-tex.de
Sun Jun 2 08:29:58 CEST 2019


Repository : https://github.com/latex3/pdfresources
On branch  : testlinkstuff
Link       : https://github.com/latex3/pdfresources/commit/de4b1e5069941867caac209c5d00680bf977b247

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

commit de4b1e5069941867caac209c5d00680bf977b247
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Sun Jun 2 08:29:58 2019 +0200

    removing more \driver commands


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

de4b1e5069941867caac209c5d00680bf977b247
 hluatex-experimental.def |    8 ++++----
 pdfresources.dtx         |    4 +++-
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/hluatex-experimental.def b/hluatex-experimental.def
index 2058dfa..bdeec13 100644
--- a/hluatex-experimental.def
+++ b/hluatex-experimental.def
@@ -995,7 +995,7 @@
           \fi
       }
       %%% Acroform management needs sorting out  ...
-      \driver_pdf_catalog_gput:nn{AcroForm}{\driver_pdf_object_ref:n{l__hyp_acroform_dict_obj}}%
+      \pdf_DONTUSE_catalog_gput:nn{AcroForm}{\pdf_object_ref:n{l__hyp_acroform_dict_obj}}%
     }
   }
   \MakeFieldObject
@@ -1178,7 +1178,7 @@
          <<
          /N
           <<
-          /\@currValue\c_space_tl \driver_pdf_xform_ref:n {__hyp_xform_Ding}
+          /\@currValue\c_space_tl \pdf_xform_ref:n {__hyp_xform_Ding}
           >>
          >>
       }
@@ -1260,8 +1260,8 @@
       {
         \PDFForm at Submit
        /AP<<
-          /N~\driver_pdf_xform_ref:n {__hyp_xform_Submit}~
-          /D~\driver_pdf_xform_ref:n {__hyp_xform_SubmitP}
+          /N~\pdf_xform_ref:n {__hyp_xform_Submit}~
+          /D~\pdf_xform_ref:n {__hyp_xform_SubmitP}
          >>
        }
       { \MakeButtonField{#2} }
diff --git a/pdfresources.dtx b/pdfresources.dtx
index 71f6217..23882bf 100644
--- a/pdfresources.dtx
+++ b/pdfresources.dtx
@@ -773,7 +773,7 @@
 
 %</package>
 %    \end{macrocode}
-% \subsection{Objects and other stuff}
+% \subsection{Objects and other rather low-level stuff}
 % NEEDS REVISING!!!
 %    \begin{macrocode}
 %<*package>
@@ -784,6 +784,8 @@
 \cs_set_eq:NN \pdf_link_margin:n \driver_pdf_link_margin:n
 \cs_set_eq:NN \pdf_xform_new:nnnN \driver_pdf_xform_new:nnnN
 \cs_set_eq:NN \pdf_link_last: \driver_pdf_link_last:
+\cs_set_eq:NN\pdf_xform_ref:n \driver_pdf_xform_ref:n
+\cs_set_eq:NN\pdf_DONTUSE_catalog_gput:nn \driver_pdf_catalog_gput:nn
 %</package>
 %    \end{macrocode}
 % \subsection{BDC/EMC commands}





More information about the latex3-commits mailing list