diff --git a/luamml-demo.sty b/luamml-demo.sty index 9aabb38..e3fef94 100644 --- a/luamml-demo.sty +++ b/luamml-demo.sty @@ -1,5 +1,5 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesExplPackage{luamml-demo}{2024-10-30}{0.2.0}{Reasonable default definitions for luamml} +\ProvidesExplPackage{luamml-demo}{2025-02-17}{0.3.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 66ffdbe..f59d2ee 100644 --- a/luamml-patches-amsmath.sty +++ b/luamml-patches-amsmath.sty @@ -1,4 +1,4 @@ -\ProvidesExplPackage {luamml-patches-amsmath} {2024-10-30} {0.2.0} +\ProvidesExplPackage {luamml-patches-amsmath} {2025-02-17} {0.3.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 3f16a86..f7d2443 100644 --- a/luamml-patches-amstext.sty +++ b/luamml-patches-amstext.sty @@ -1,4 +1,4 @@ -\ProvidesExplPackage {luamml-patches-amstext} {2024-10-30} {0.2.0} +\ProvidesExplPackage {luamml-patches-amstext} {2025-02-17} {0.3.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 bcd3064..d477635 100644 --- a/luamml-patches-kernel.sty +++ b/luamml-patches-kernel.sty @@ -1,4 +1,4 @@ -\ProvidesExplPackage {luamml-patches-kernel} {2024-10-30} {0.2.0} +\ProvidesExplPackage {luamml-patches-kernel} {2025-02-17} {0.3.0} {Feel free to add a description here} diff --git a/luamml-patches-lab-math.sty b/luamml-patches-lab-math.sty index c74a206..abb23ad 100644 --- a/luamml-patches-lab-math.sty +++ b/luamml-patches-lab-math.sty @@ -1,4 +1,4 @@ -\ProvidesExplPackage {luamml-patches-lab-math} {2024-10-30} {0.2.0} +\ProvidesExplPackage {luamml-patches-lab-math} {2025-02-17} {0.3.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 e520190..1c9cb74 100644 --- a/luamml-patches-mathtools.sty +++ b/luamml-patches-mathtools.sty @@ -1,4 +1,4 @@ -\ProvidesExplPackage {luamml-patches-mathtools} {2024-10-26} {0.2.0} +\ProvidesExplPackage {luamml-patches-mathtools} {2025-02-17} {0.3.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 73c93f0..1b3e245 100644 --- a/luamml-pdf-demo.sty +++ b/luamml-pdf-demo.sty @@ -1,5 +1,5 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesExplPackage{luamml-pdf-demo}{2024-10-30}{0.2.0}{Reasonable default definitions for luamml-pdf} +\ProvidesExplPackage{luamml-pdf-demo}{2025-02-17}{0.3.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 f2c85fd..41bbf04 100644 --- a/luamml.dtx +++ b/luamml.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -%% Copyright (C) 2020-2024 by Marcel Krueger +%% Copyright (C) 2020-2025 by Marcel Krueger %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -133,11 +133,11 @@ % \begin{macrocode} %<@@=luamml> %<*luatex> -\ProvidesExplPackage {luamml} {2024-10-30} {0.2.0} +\ProvidesExplPackage {luamml} {2025-02-17} {0.3.0} {Automatically generate presentational MathML from LuaTeX math expressions} % %<*pdftex> -\ProvidesExplPackage {luamml-pdf} {2024-10-30} {0.2.0} +\ProvidesExplPackage {luamml-pdf} {2025-02-17} {0.3.0} {MathML generation for L̶u̶a̶pdfLaTeX} % % \end{macrocode}