Update version
This commit is contained in:
parent
8389cd1a9d
commit
4849ee4373
2
.github/actions/ctan-upload/action.yaml
vendored
2
.github/actions/ctan-upload/action.yaml
vendored
@ -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.
|
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 }}
|
filename: ${{ inputs.filename }}
|
||||||
dry-run: ${{ inputs.dry-run }}
|
dry-run: ${{ inputs.dry-run }}
|
||||||
announcement-filename: ctan.ann
|
# announcement-filename: ctan.ann
|
||||||
note: Uploaded automatically by GitHub Actions.
|
note: Uploaded automatically by GitHub Actions.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
\NeedsTeXFormat{LaTeX2e}
|
\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 {
|
\sys_if_engine_luatex:F {
|
||||||
\msg_new:nnn {luamml-demo} {pdftex-option-ignored} {Option~`#1'~is~being~ignored~in~pdfTeX~mode.}
|
\msg_new:nnn {luamml-demo} {pdftex-option-ignored} {Option~`#1'~is~being~ignored~in~pdfTeX~mode.}
|
||||||
|
@ -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}
|
{Feel free to add a description here}
|
||||||
|
|
||||||
\lua_now:n { require'luamml-amsmath' }
|
\lua_now:n { require'luamml-amsmath' }
|
||||||
|
@ -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}
|
{Feel free to add a description here}
|
||||||
|
|
||||||
\int_new:N \g__luamml_amsmath_text_struct_int
|
\int_new:N \g__luamml_amsmath_text_struct_int
|
||||||
|
@ -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}
|
{Feel free to add a description here}
|
||||||
|
|
||||||
\lua_now:n { require'luamml-array' }
|
\lua_now:n { require'luamml-array' }
|
||||||
|
@ -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}
|
{Feel free to add a description here}
|
||||||
|
|
||||||
\cs_set:Npn \mathsm@sh #1 #2 {
|
\cs_set:Npn \mathsm@sh #1 #2 {
|
||||||
|
@ -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}
|
{Feel free to add a description here}
|
||||||
|
|
||||||
\AddToHook{begindocument} {
|
\AddToHook{begindocument} {
|
||||||
|
@ -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}
|
{Feel free to add a description here}
|
||||||
|
|
||||||
\RequirePackage{luamml-patches-amsmath}
|
\RequirePackage{luamml-patches-amsmath}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
\NeedsTeXFormat{LaTeX2e}
|
\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{luamml-pdf}% Loading luamml-pdf is pretty much the point
|
||||||
% \RequirePackage{amsmath,array}% May come back if the patches get ported
|
% \RequirePackage{amsmath,array}% May come back if the patches get ported
|
||||||
|
@ -114,11 +114,11 @@
|
|||||||
% \begin{macrocode}
|
% \begin{macrocode}
|
||||||
%<@@=luamml>
|
%<@@=luamml>
|
||||||
%<*luatex>
|
%<*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}
|
{Automatically generate presentational MathML from LuaTeX math expressions}
|
||||||
%</luatex>
|
%</luatex>
|
||||||
%<*pdftex>
|
%<*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}
|
{MathML generation for L̶u̶a̶pdfLaTeX}
|
||||||
%</pdftex>
|
%</pdftex>
|
||||||
% \end{macrocode}
|
% \end{macrocode}
|
||||||
|
Loading…
Reference in New Issue
Block a user