From 75746268bbc18ecac85887dad24e34b9a81271c0 Mon Sep 17 00:00:00 2001 From: Ulrike Fischer Date: Thu, 6 Mar 2025 11:23:57 +0100 Subject: [PATCH] step version --- 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 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/luamml-demo.sty b/luamml-demo.sty index 789de95..55d938a 100644 --- a/luamml-demo.sty +++ b/luamml-demo.sty @@ -1,5 +1,5 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesExplPackage{luamml-demo}{2025-02-21}{0.4.0}{Reasonable default definitions for luamml} +\ProvidesExplPackage{luamml-demo}{2025-03-06}{0.5.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 8aeba03..5ebf157 100644 --- a/luamml-patches-amsmath.sty +++ b/luamml-patches-amsmath.sty @@ -1,4 +1,4 @@ -\ProvidesExplPackage {luamml-patches-amsmath} {2025-02-21} {0.4.0} +\ProvidesExplPackage {luamml-patches-amsmath} {2025-03-06} {0.5.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 90800a2..4d9df9d 100644 --- a/luamml-patches-amstext.sty +++ b/luamml-patches-amstext.sty @@ -1,4 +1,4 @@ -\ProvidesExplPackage {luamml-patches-amstext} {2025-02-21} {0.4.0} +\ProvidesExplPackage {luamml-patches-amstext} {2025-03-06} {0.5.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 05240ff..f75f363 100644 --- a/luamml-patches-kernel.sty +++ b/luamml-patches-kernel.sty @@ -1,4 +1,4 @@ -\ProvidesExplPackage {luamml-patches-kernel} {2025-02-21} {0.4.0} +\ProvidesExplPackage {luamml-patches-kernel} {2025-03-06} {0.5.0} {Feel free to add a description here} diff --git a/luamml-patches-lab-math.sty b/luamml-patches-lab-math.sty index 35725c7..e1283bb 100644 --- a/luamml-patches-lab-math.sty +++ b/luamml-patches-lab-math.sty @@ -1,4 +1,4 @@ -\ProvidesExplPackage {luamml-patches-lab-math} {2025-02-21} {0.4.0} +\ProvidesExplPackage {luamml-patches-lab-math} {2025-03-06} {0.5.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 2b78030..577cbcb 100644 --- a/luamml-patches-mathtools.sty +++ b/luamml-patches-mathtools.sty @@ -1,4 +1,4 @@ -\ProvidesExplPackage {luamml-patches-mathtools} {2025-02-21} {0.4.0} +\ProvidesExplPackage {luamml-patches-mathtools} {2025-03-06} {0.5.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 cf2ce9d..fe0a226 100644 --- a/luamml-pdf-demo.sty +++ b/luamml-pdf-demo.sty @@ -1,5 +1,5 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesExplPackage{luamml-pdf-demo}{2025-02-21}{0.4.0}{Reasonable default definitions for luamml-pdf} +\ProvidesExplPackage{luamml-pdf-demo}{2025-03-06}{0.5.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 ed9114d..86c0d22 100644 --- a/luamml.dtx +++ b/luamml.dtx @@ -133,11 +133,11 @@ % \begin{macrocode} %<@@=luamml> %<*luatex> -\ProvidesExplPackage {luamml} {2025-02-21} {0.4.0} +\ProvidesExplPackage {luamml} {2025-03-06} {0.5.0} {Automatically generate presentational MathML from LuaTeX math expressions} % %<*pdftex> -\ProvidesExplPackage {luamml-pdf} {2025-02-21} {0.4.0} +\ProvidesExplPackage {luamml-pdf} {2025-03-06} {0.5.0} {MathML generation for L̶u̶a̶pdfLaTeX} % % \end{macrocode}