mathml/README.md
Marcel Fabian Krüger b57813c1e8 Add license to README
2025-03-07 13:03:12 +01:00

1.2 KiB

LuaMML: Automated LuaLaTeX math to MathML conversion

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.

Usage

Add \usepackage[tracing]{luamml-demo} to print MathML to the terminal or \usepackage[files]{luamml-demo} to generate separate files with MathML output. Alternatively it can be used with latex-lab to automatically integrate with tagging infrastucture.

License

LuaMML may be modified and distributed under the terms of the LaTeX Project Public License, version 1.3c or greater. It is written by Marcel Krüger and the LaTeX Project Team.