Skip to content

Commit

Permalink
Allow tag extraction in LuaMML
Browse files Browse the repository at this point in the history
  • Loading branch information
zauguin committed Jan 24, 2025
1 parent 591d18c commit f3ab18b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion required/latex-lab/latex-lab-math.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -2792,7 +2792,7 @@
\else
\tagmcend \tagstructbegin{tag=Lbl}%
\tagmcbegin{tag=Lbl}%
\hbox{\m@th\normalfont#1}%
\hbox{\m@th\normalfont#1 \__luamml_amsmath_save_tag:}%
\tagmcend \tagstructend \tagmcbegin{}%
\fi
}
Expand Down Expand Up @@ -2824,6 +2824,7 @@
\iftag@
\setboxz@h{\@lign\strut@{\make@display@tag}}%
\place@tag
\__luamml_amsmath_set_tag:
\fi
%
\maybestartnewformulatag
Expand Down

0 comments on commit f3ab18b

Please sign in to comment.