[latex3-commits] [latex3/tagpdf] develop: move para boolean to tagpdf-base (bd6449a)

github at latex-project.org github at latex-project.org
Wed Nov 29 11:27:37 CET 2023


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

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

commit bd6449ab2fbb3b34e9c26bc4618fac7be7459af1
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Wed Nov 29 11:27:37 2023 +0100

    move para boolean to tagpdf-base


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

bd6449ab2fbb3b34e9c26bc4618fac7be7459af1
 CHANGELOG.md    | 4 ++++
 tagpdf-user.dtx | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 65e2b58..1075140 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,10 @@ this project uses date-based 'snapshot' version identifiers.
 ### Changed
  - ignore AFref, AFinline-key with empty value.
  - Documentation changes
+ - move para bool to tagpdf-base
+
+### Fixed
+ - test for structure end if tagging has been stopped.
 
 ## [2023-11-19]
 Version: 0.98q
diff --git a/tagpdf-user.dtx b/tagpdf-user.dtx
index 39ad642..5e1643b 100644
--- a/tagpdf-user.dtx
+++ b/tagpdf-user.dtx
@@ -646,8 +646,8 @@
 \bool_new:N \l_@@_para_bool
 %</package>
 %<base>\bool_new:N \l_@@_para_flattened_bool
+%<base>\bool_new:N \l_@@_para_bool
 %<*package>
-\bool_new:N \l_@@_para_show_bool
 \int_new:N  \g_@@_para_begin_int
 \int_new:N  \g_@@_para_end_int
 \int_new:N  \g_@@_para_main_begin_int





More information about the latex3-commits mailing list.