[latex3-commits] [latex3/tagpdf] develop: do not check end tag name if inactive (5f75600)

github at latex-project.org github at latex-project.org
Wed Nov 29 11:21:05 CET 2023


Repository : https://github.com/latex3/tagpdf
On branch  : develop
Link       : https://github.com/latex3/tagpdf/commit/5f75600e332649ae84a4512d71ed3de51a2aa065

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

commit 5f75600e332649ae84a4512d71ed3de51a2aa065
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Wed Nov 29 11:21:05 2023 +0100

    do not check end tag name if inactive


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

5f75600e332649ae84a4512d71ed3de51a2aa065
 tagpdf-struct.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tagpdf-struct.dtx b/tagpdf-struct.dtx
index f255ca5..5c904d2 100644
--- a/tagpdf-struct.dtx
+++ b/tagpdf-struct.dtx
@@ -1608,7 +1608,7 @@
 
 \cs_set_protected:Npn \tag_struct_end:n #1
  {
-%<debug>\@@_debug_struct_end_check:n{#1}
+%<debug>    \@@_check_if_active_struct:T{\@@_debug_struct_end_check:n{#1}}
    \tag_struct_end:
  }  
 %</package|debug>





More information about the latex3-commits mailing list.