diff options
author | Karl Berry <karl@freefriends.org> | 2025-02-21 22:14:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2025-02-21 22:14:54 +0000 |
commit | ebce834af0e109247664dda2d2dfb54e5c74d9f6 (patch) | |
tree | 7d1dae5e0a9a9d1a3658571418e4bce4d01f13ef /Master/texmf-dist/source | |
parent | 900f72f071a78863e86a9eabb6a98fddcf3deb36 (diff) |
luamml (21feb25)
git-svn-id: svn://tug.org/texlive/trunk@74184 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/lualatex/luamml/luamml.dtx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/lualatex/luamml/luamml.dtx b/Master/texmf-dist/source/lualatex/luamml/luamml.dtx index 41bbf04246d..ed9114d756a 100644 --- a/Master/texmf-dist/source/lualatex/luamml/luamml.dtx +++ b/Master/texmf-dist/source/lualatex/luamml/luamml.dtx @@ -133,11 +133,11 @@ % \begin{macrocode} %<@@=luamml> %<*luatex> -\ProvidesExplPackage {luamml} {2025-02-17} {0.3.0} +\ProvidesExplPackage {luamml} {2025-02-21} {0.4.0} {Automatically generate presentational MathML from LuaTeX math expressions} %</luatex> %<*pdftex> -\ProvidesExplPackage {luamml-pdf} {2025-02-17} {0.3.0} +\ProvidesExplPackage {luamml-pdf} {2025-02-21} {0.4.0} {MathML generation for L̶u̶a̶pdfLaTeX} %</pdftex> % \end{macrocode} @@ -763,7 +763,7 @@ % % If math structure elements are created the Lbl-structure of a tag % must be moved inside the math structure, typically as an additional column in an -% \texttt{mtable} with an intent \texttt{:equationlabel}. +% \texttt{mtable} with an intent \texttt{:equation-label} or \texttt{:no-equation-label}. % % The luamml-code handles this by stashing the Lbl-structure, storing the % structure number in an array and reusing it once it creates the math structure elements. |