Update version

This commit is contained in:
Marcel Fabian Krüger 2024-10-30 00:39:46 +01:00
parent 8389cd1a9d
commit 4849ee4373
10 changed files with 11 additions and 11 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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}
%</luatex>
%<*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}
%</pdftex>
% \end{macrocode}