step version

This commit is contained in:
Ulrike Fischer 2025-02-21 13:24:23 +01:00
parent 0d914e2321
commit 20be02ee8c
9 changed files with 11 additions and 9 deletions

View File

@ -7,6 +7,8 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
## 2025-02-21
- Ulrike Fischer, 2025-02-21
* change intent :equationlabel to :equation-label and
:noequationlabel to :no-equation-label

View File

@ -1,5 +1,5 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesExplPackage{luamml-demo}{2025-02-17}{0.3.0}{Reasonable default definitions for luamml}
\ProvidesExplPackage{luamml-demo}{2025-02-21}{0.4.0}{Reasonable default definitions for luamml}
\sys_if_engine_luatex:F {
\msg_new:nnn {luamml-demo} {pdftex-option-ignored} {Option~`#1'~is~being~ignored~in~pdfTeX~mode.}

View File

@ -1,4 +1,4 @@
\ProvidesExplPackage {luamml-patches-amsmath} {2025-02-17} {0.3.0}
\ProvidesExplPackage {luamml-patches-amsmath} {2025-02-21} {0.4.0}
{Feel free to add a description here}
\lua_now:n { require'luamml-amsmath' }

View File

@ -1,4 +1,4 @@
\ProvidesExplPackage {luamml-patches-amstext} {2025-02-17} {0.3.0}
\ProvidesExplPackage {luamml-patches-amstext} {2025-02-21} {0.4.0}
{patches of amstext commands}
% This is the same definition as in latex-lab-amsmath. It can go with the

View File

@ -1,4 +1,4 @@
\ProvidesExplPackage {luamml-patches-kernel} {2025-02-17} {0.3.0}
\ProvidesExplPackage {luamml-patches-kernel} {2025-02-21} {0.4.0}
{Feel free to add a description here}

View File

@ -1,4 +1,4 @@
\ProvidesExplPackage {luamml-patches-lab-math} {2025-02-17} {0.3.0}
\ProvidesExplPackage {luamml-patches-lab-math} {2025-02-21} {0.4.0}
{Feel free to add a description here}
% This definition is identical to the one in latex-lab-math.

View File

@ -1,4 +1,4 @@
\ProvidesExplPackage {luamml-patches-mathtools} {2025-02-17} {0.3.0}
\ProvidesExplPackage {luamml-patches-mathtools} {2025-02-21} {0.4.0}
{Feel free to add a description here}
\IfPackageAtLeastTF{latex-lab-testphase-math}{2025-01-24}
{}

View File

@ -1,5 +1,5 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesExplPackage{luamml-pdf-demo}{2025-02-17}{0.3.0}{Reasonable default definitions for luamml-pdf}
\ProvidesExplPackage{luamml-pdf-demo}{2025-02-21}{0.4.0}{Reasonable default definitions for luamml-pdf}
\RequirePackage{luamml-pdf}% Loading luamml-pdf is pretty much the point
% \RequirePackage{amsmath,array}% May come back if the patches get ported

View File

@ -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}