[latex3-commits] [git/LaTeX3-latex3-latex2e] testnewpara: update tagpdf (bd083e30)
Ulrike Fischer
fischer at troubleshooting-tex.de
Thu Mar 2 18:52:13 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : testnewpara
Link : https://github.com/latex3/latex2e/commit/bd083e30b6d47e7335f01abdaccd68471abb349c
>---------------------------------------------------------------
commit bd083e30b6d47e7335f01abdaccd68471abb349c
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Thu Mar 2 18:52:13 2023 +0100
update tagpdf
>---------------------------------------------------------------
bd083e30b6d47e7335f01abdaccd68471abb349c
texmf/tex/latex/tagpdf/tagpdf.sty | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/texmf/tex/latex/tagpdf/tagpdf.sty b/texmf/tex/latex/tagpdf/tagpdf.sty
index aac3b840..56c56cdc 100644
--- a/texmf/tex/latex/tagpdf/tagpdf.sty
+++ b/texmf/tex/latex/tagpdf/tagpdf.sty
@@ -3024,7 +3024,7 @@
\keys_define:nn { tag / tool}
{
paratag .tl_set:N = \l__tag_para_tag_tl,
- para/main .bool_set:N = \l__tag_para_main_bool
+ para-main .bool_set:N = \l__tag_para_main_bool
}
\cs_new_protected:Npn \__tag_check_para_begin_show:nn #1 #2
%#1 color, #2 prefix
@@ -3055,7 +3055,10 @@
\bool_if:NT \l__tag_para_main_bool
{
\int_gincr:N \g__tag_para_main_begin_int
- \tag_struct_begin:n{tag=\l__tag_para_main_tag_tl}
+ \tag_struct_begin:n
+ {
+ tag=\l__tag_para_main_tag_tl,
+ }
}
\int_gincr:N \g__tag_para_begin_int
\tag_struct_begin:n {tag=\l__tag_para_tag_tl}
More information about the latex3-commits
mailing list.