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
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to