Skip to content

Commit 4f4b783

Browse files
committed
remove Lbl in tag
1 parent f865a07 commit 4f4b783

File tree

3 files changed

+419
-431
lines changed

3 files changed

+419
-431
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ this project uses date-based 'snapshot' version identifiers.
77

88
## [Unreleased]
99
### Changed
10-
* structelemwriter: always insert \tagmcbegin{} at the end to avoid that following text is unmarked
10+
* structelemwriter: always insert \tagmcbegin{} after the end math to avoid that following text is unmarked
11+
* Add intent = ':system-of-equations' to equation
12+
* Remove Lbl structure element around the tag in equation
1113

1214
## [2025-10-20]
1315
### Changed

luamml.dtx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -851,15 +851,13 @@
851851
{
852852
\tag_struct_begin:n {tag=mtext,stash}
853853
\int_set:Nn \l__luamml_amsmath_tag_struct_num_int { \tag_get:n {struct_num} }
854-
}
855-
\tag_struct_begin:n {tag=Lbl}
854+
}
856855
\tag_mc_begin:n {}
857856
}
858857
\AssignSocketPlug{tagsupport/math/display/tag/begin}{luamml}
859858
\NewSocketPlug{tagsupport/math/display/tag/end}{luamml}
860859
{
861860
\tag_mc_end:
862-
\tag_struct_end:
863861
\bool_lazy_and:nnT
864862
{ \tl_if_exist_p:c { c__luamml_label_ \@currenvir _tl } }
865863
{ \int_if_odd_p:n { \int_div_truncate:nn { \l__luamml_flag_int } { 8 } } }

0 commit comments

Comments
 (0)