From 4849ee437369025120cac69f17e68b08758a5191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Fabian=20Kr=C3=BCger?= Date: Wed, 30 Oct 2024 00:39:46 +0100 Subject: [PATCH] Update version --- .github/actions/ctan-upload/action.yaml | 2 +- luamml-demo.sty | 2 +- luamml-patches-amsmath.sty | 2 +- luamml-patches-amstext.sty | 2 +- luamml-patches-array.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 ++-- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/actions/ctan-upload/action.yaml b/.github/actions/ctan-upload/action.yaml index 9c278a8..c3e0825 100644 --- a/.github/actions/ctan-upload/action.yaml +++ b/.github/actions/ctan-upload/action.yaml @@ -34,5 +34,5 @@ runs: LuaMML is an experimental package to automatically generate a MathML representation of mathematical expessions written in LuaLaTeX documents. These MathML representations can be used for improving accessibility or to ease conversion into new output formats like HTML. filename: ${{ inputs.filename }} dry-run: ${{ inputs.dry-run }} - announcement-filename: ctan.ann + # announcement-filename: ctan.ann note: Uploaded automatically by GitHub Actions. diff --git a/luamml-demo.sty b/luamml-demo.sty index 82bed7f..9aabb38 100644 --- a/luamml-demo.sty +++ b/luamml-demo.sty @@ -1,5 +1,5 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesExplPackage{luamml-demo}{2024-08-14}{v0.1.0}{Reasonable default definitions for luamml} +\ProvidesExplPackage{luamml-demo}{2024-10-30}{0.2.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 d9a47f0..0b09bc7 100644 --- a/luamml-patches-amsmath.sty +++ b/luamml-patches-amsmath.sty @@ -1,4 +1,4 @@ -\ProvidesExplPackage {luamml-patches-amsmath} {2024-08-14} {0.1.0} +\ProvidesExplPackage {luamml-patches-amsmath} {2024-10-30} {0.2.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 2217600..97b1b1f 100644 --- a/luamml-patches-amstext.sty +++ b/luamml-patches-amstext.sty @@ -1,4 +1,4 @@ -\ProvidesExplPackage {luamml-patches-amstext} {2024-08-14} {0.1.0} +\ProvidesExplPackage {luamml-patches-amstext} {2024-10-30} {0.2.0} {Feel free to add a description here} \int_new:N \g__luamml_amsmath_text_struct_int diff --git a/luamml-patches-array.sty b/luamml-patches-array.sty index e4df3d8..b08d561 100644 --- a/luamml-patches-array.sty +++ b/luamml-patches-array.sty @@ -1,4 +1,4 @@ -\ProvidesExplPackage {luamml-patches-array} {2024-08-14} {0.1.0} +\ProvidesExplPackage {luamml-patches-array} {2024-10-30} {0.2.0} {Feel free to add a description here} \lua_now:n { require'luamml-array' } diff --git a/luamml-patches-kernel.sty b/luamml-patches-kernel.sty index bc920ac..38eb28b 100644 --- a/luamml-patches-kernel.sty +++ b/luamml-patches-kernel.sty @@ -1,4 +1,4 @@ -\ProvidesExplPackage {luamml-patches-kernel} {2024-08-14} {0.1.0} +\ProvidesExplPackage {luamml-patches-kernel} {2024-10-30} {0.2.0} {Feel free to add a description here} \cs_set:Npn \mathsm@sh #1 #2 { diff --git a/luamml-patches-lab-math.sty b/luamml-patches-lab-math.sty index e2d12c3..7776576 100644 --- a/luamml-patches-lab-math.sty +++ b/luamml-patches-lab-math.sty @@ -1,4 +1,4 @@ -\ProvidesExplPackage {luamml-patches-lab-math} {2024-08-14} {0.1.0} +\ProvidesExplPackage {luamml-patches-lab-math} {2024-10-30} {0.2.0} {Feel free to add a description here} \AddToHook{begindocument} { diff --git a/luamml-patches-mathtools.sty b/luamml-patches-mathtools.sty index f73ced8..3dc1570 100644 --- a/luamml-patches-mathtools.sty +++ b/luamml-patches-mathtools.sty @@ -1,4 +1,4 @@ -\ProvidesExplPackage {luamml-patches-mathtools} {2024-10-26} {0.1.0} +\ProvidesExplPackage {luamml-patches-mathtools} {2024-10-26} {0.2.0} {Feel free to add a description here} \RequirePackage{luamml-patches-amsmath} diff --git a/luamml-pdf-demo.sty b/luamml-pdf-demo.sty index fe63814..73c93f0 100644 --- a/luamml-pdf-demo.sty +++ b/luamml-pdf-demo.sty @@ -1,5 +1,5 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesExplPackage{luamml-pdf-demo}{2024-08-14}{v0.1.0}{Reasonable default definitions for luamml-pdf} +\ProvidesExplPackage{luamml-pdf-demo}{2024-10-30}{0.2.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 e45295b..651185a 100644 --- a/luamml.dtx +++ b/luamml.dtx @@ -114,11 +114,11 @@ % \begin{macrocode} %<@@=luamml> %<*luatex> -\ProvidesExplPackage {luamml} {2024-08-14} {0.1.0} +\ProvidesExplPackage {luamml} {2024-10-30} {0.2.0} {Automatically generate presentational MathML from LuaTeX math expressions} % %<*pdftex> -\ProvidesExplPackage {luamml-pdf} {2024-08-14} {0.1.0} +\ProvidesExplPackage {luamml-pdf} {2024-10-30} {0.2.0} {MathML generation for L̶u̶a̶pdfLaTeX} % % \end{macrocode}