From 20be02ee8c9d0d321760816fac9c7dd46983dd57 Mon Sep 17 00:00:00 2001 From: Ulrike Fischer Date: Fri, 21 Feb 2025 13:24:23 +0100 Subject: [PATCH] step version --- CHANGELOG.md | 2 ++ luamml-demo.sty | 2 +- luamml-patches-amsmath.sty | 2 +- luamml-patches-amstext.sty | 2 +- luamml-patches-kernel.sty | 2 +- luamml-patches-lab-math.sty | 2 +- luamml-patches-mathtools.sty | 2 +- luamml-pdf-demo.sty | 2 +- luamml.dtx | 4 ++-- 9 files changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7896db6..0643637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/luamml-demo.sty b/luamml-demo.sty index e3fef94..789de95 100644 --- a/luamml-demo.sty +++ b/luamml-demo.sty @@ -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.} diff --git a/luamml-patches-amsmath.sty b/luamml-patches-amsmath.sty index f59d2ee..ad2f468 100644 --- a/luamml-patches-amsmath.sty +++ b/luamml-patches-amsmath.sty @@ -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' } diff --git a/luamml-patches-amstext.sty b/luamml-patches-amstext.sty index f7d2443..90800a2 100644 --- a/luamml-patches-amstext.sty +++ b/luamml-patches-amstext.sty @@ -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 diff --git a/luamml-patches-kernel.sty b/luamml-patches-kernel.sty index d477635..05240ff 100644 --- a/luamml-patches-kernel.sty +++ b/luamml-patches-kernel.sty @@ -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} diff --git a/luamml-patches-lab-math.sty b/luamml-patches-lab-math.sty index abb23ad..35725c7 100644 --- a/luamml-patches-lab-math.sty +++ b/luamml-patches-lab-math.sty @@ -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. diff --git a/luamml-patches-mathtools.sty b/luamml-patches-mathtools.sty index 1c9cb74..2b78030 100644 --- a/luamml-patches-mathtools.sty +++ b/luamml-patches-mathtools.sty @@ -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} {} diff --git a/luamml-pdf-demo.sty b/luamml-pdf-demo.sty index 1b3e245..cf2ce9d 100644 --- a/luamml-pdf-demo.sty +++ b/luamml-pdf-demo.sty @@ -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 diff --git a/luamml.dtx b/luamml.dtx index 49c2791..ed9114d 100644 --- a/luamml.dtx +++ b/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} % %<*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} % % \end{macrocode}