[latex3-commits] [latex3/tagpdf] faster-ref: remove temporary indexed objects code (cc73108)

github at latex-project.org github at latex-project.org
Mon Sep 9 23:42:55 CEST 2024


Repository : https://github.com/latex3/tagpdf
On branch  : faster-ref
Link       : https://github.com/latex3/tagpdf/commit/cc73108b9e0d95ceb2a368b4af65aad3c71a5682

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

commit cc73108b9e0d95ceb2a368b4af65aad3c71a5682
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Mon Sep 9 23:42:55 2024 +0200

    remove temporary indexed objects code


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

cc73108b9e0d95ceb2a368b4af65aad3c71a5682
 tagpdf.dtx | 29 +----------------------------
 1 file changed, 1 insertion(+), 28 deletions(-)

diff --git a/tagpdf.dtx b/tagpdf.dtx
index 7423d88..0473adb 100644
--- a/tagpdf.dtx
+++ b/tagpdf.dtx
@@ -208,34 +208,7 @@
   }
 %</package>
 %    \end{macrocode}
-% \subsection{Indexed objects}
-% 2024-04-11: Temporary code! Can be removed after the next expl3 release!
-%    \begin{macrocode}
-\cs_if_free:NT \pdf_object_new_indexed:nn
- {
-   \cs_generate_variant:Nn \pdf_object_new:n {e}
-   \cs_generate_variant:Nn \pdf_object_write:nnn {enn}
-   \cs_new_protected:Npn \pdf_object_new_indexed:nn #1 #2 
-     {
-       \pdf_object_new:e {#1/\int_eval:n{#2}}
-     }
-   \cs_new_protected:Npn \pdf_object_write_indexed:nnnn #1 #2 #3 #4
-     {
-       \pdf_object_write:enn {#1/\int_eval:n{#2}}{#3}{#4}
-     }   
-   \cs_generate_variant:Nn \pdf_object_write_indexed:nnnn {nnne}
-   \cs_new:Npn\pdf_object_ref_indexed:nn #1 #2
-     {
-       \pdf_object_ref:e {#1/\int_eval:n{#2}}
-     } 
-   \cs_new:Npn \__kernel_pdf_object_id_indexed:nn #1 #2
-     {
-       \int_use:c
-         { c__pdf_object_ #1/\int_eval:n{#2} _int }       
-     }  
- }
-
-%    \end{macrocode}
+%
 % \subsection{a LastPage label}
 % See also issue \#2 in Accessible-xref
 % \begin{macro}{\@@_lastpagelabel:}





More information about the latex3-commits mailing list.