Ulrike Fischer 2e4bdb4dc4
Merge pull request #8 from latex3/label-intent
change name of equation label intent
2025-02-21 13:32:36 +01:00
2024-10-19 10:09:17 +02:00
2024-08-15 20:19:16 +02:00
2021-05-31 12:52:44 +02:00
2024-08-15 20:19:16 +02:00
2025-02-21 13:24:23 +01:00
2021-10-31 17:18:23 +01:00
2021-10-31 16:06:29 +01:00
2024-11-29 14:29:59 +01:00
2025-02-21 13:24:23 +01:00
2025-02-21 13:24:23 +01:00
2025-02-21 13:24:23 +01:00
2025-02-21 13:24:23 +01:00
2025-02-21 13:24:23 +01:00
2025-02-21 13:24:23 +01:00
2025-02-21 13:24:23 +01:00
2025-02-21 13:24:23 +01:00
2021-07-04 03:18:36 +02:00
2023-12-27 13:30:40 +01:00
2024-08-15 20:19:16 +02:00

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.

Description
No description provided
Readme 647 KiB
Languages
Lua 90.6%
TeX 9.4%