Go to file
Marcel Fabian Krüger 0147f41237 Add README 2021-05-03 23:24:22 +02:00
README.md Add README 2021-05-03 23:24:22 +02:00
build.lua Don't install build.lua 2021-04-25 17:50:26 +02:00
luamml-amsmath.lua Simplify internal interface 2021-05-02 02:58:20 +02:00
luamml-array.lua Opportunistic inclusion of MathML in text content 2021-05-03 21:57:58 +02:00
luamml-convert.lua Adjust to_text interface 2021-05-01 08:04:25 +02:00
luamml-data-combining.lua Reorganize and add missing file 2021-04-23 02:59:35 +02:00
luamml-data-stretchy.lua Reorganize and add missing file 2021-04-23 02:59:35 +02:00
luamml-legacy-mappings.lua Reproducible output 2021-04-26 16:01:57 +02:00
luamml-lr.lua Opportunistic inclusion of MathML in text content 2021-05-03 21:57:58 +02:00
luamml-patches-amsmath.sty Extract table functionality from amsmath module 2021-04-28 22:03:40 +02:00
luamml-patches-array.sty array improvements 2021-04-30 19:40:21 +02:00
luamml-table.lua Initial support for text in array 2021-04-30 20:16:04 +02:00
luamml-tex.lua Always store MathML table 2021-05-03 20:07:57 +02:00
luamml-xmlwriter.lua Reproducible output 2021-04-26 16:01:57 +02:00
luamml.sty Matrix and array support (requires array package) 2021-04-29 02:07:53 +02:00
test_tex.tex Add README 2021-05-03 23:24:22 +02:00

README.md

Automated LuaLaTeX math to MathML conversion

Highly experimental! At this point all interfaces may change without prior warning and many features aren't implemented yet. It is not ready for anything beyond simple experiments.

This is an attempt to implement automatic conversion of LuaLaTeX inline and display math expressions into MathML code to aid with tagging. It works best with unicode-math, but it can also be used with traditional math fonts if mappings to Unicode are provided.

Installation

Run l3build install to install luamml into your local texmf tree.

Demo

Run lualatex test_tex to see all equations from our example file converted into MathML.

To test it on your own files, add \usepackage{luamml} and \tracingmathml=2 to your preamble. Also see a tagpdf experiment using this to tag PDF formulas.