ANN: driver to convert LaTeX math to MathML, using Tralics

Tim jtim.arnold at gmail.com
Tue Jun 17 11:15:13 EDT 2014


This is an announcement of a python driver to convert LaTeX math snippets to MathML (tralics_driver, MIT license). 

It may be of interest to Python developers who work with LaTeX and MathML.

There are several tools to convert LaTeX math to MathML; this tool is a driver that uses Tralics: Tralics is free software whose purpose is to convert a LaTeX document into an XML file, from http://www-sop.inria.fr/marelle/tralics/

This tool is not affiliated with Tralics or the Tralics team, it is only a driver.

The driver is written in and meant to be used from Python. It requires:

 * Python pexpect package
 * Tralics installation
 * Python lxml package (elementtree could be used as well)

The driver is available on GitHub; the documentation is here: 
http://tiarno.github.io/tralics_driver/

thanks, 
--Tim Arnold



More information about the Python-list mailing list