[latex3-commits] [latex3/latex2e] latex-lab/uf-review-05: replace para check by tagpdf command (07d8876c)
github at latex-project.org
github at latex-project.org
Thu Nov 9 00:37:40 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : latex-lab/uf-review-05
Link : https://github.com/latex3/latex2e/commit/07d8876c27859462f5f1a0e2ceed180fde59dcd5
>---------------------------------------------------------------
commit 07d8876c27859462f5f1a0e2ceed180fde59dcd5
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Thu Nov 9 00:37:40 2023 +0100
replace para check by tagpdf command
>---------------------------------------------------------------
07d8876c27859462f5f1a0e2ceed180fde59dcd5
required/latex-lab/latex-lab-math.dtx | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/required/latex-lab/latex-lab-math.dtx b/required/latex-lab/latex-lab-math.dtx
index de3ebe55..ec1e2486 100644
--- a/required/latex-lab/latex-lab-math.dtx
+++ b/required/latex-lab/latex-lab-math.dtx
@@ -367,13 +367,9 @@
\cs_new_protected:Npn \@kernel at close@P {
\tag_if_active:T
{
- \tagmcend %end P-chunk, should perhaps be \tag_mc_end_push: ...
+ \tag_mc_end: %end P-chunk, should perhaps be \tag_mc_end_push: ...
\int_gincr:N \g__tag_para_end_int
- \bool_if:NT \l__tag_para_show_bool
- { \tag_mc_begin:n{artifact}
- \rlap{\color_select:n{red}\tiny\ \int_use:N\g__tag_para_end_int}
- \tag_mc_end:
- }
+ \__tag_check_para_end_show:nn{red}{} %debug: show para
\tag_struct_end:
}
}
More information about the latex3-commits
mailing list.