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.
|
||||
filename: ${{ inputs.filename }}
|
||||
dry-run: ${{ inputs.dry-run }}
|
||||
announcement-filename: ctan.ann
|
||||
# announcement-filename: ctan.ann
|
||||
note: Uploaded automatically by GitHub Actions.
|
||||
|
@ -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.}
|
||||
|
@ -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' }
|
||||
|
@ -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
|
||||
|
@ -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' }
|
||||
|
@ -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 {
|
||||
|
@ -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} {
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user