Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73341
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2014-06-17 08:15 -0700 |
| Message-ID | <bad288bd-c147-414b-b9db-ab4f147ceb68@googlegroups.com> (permalink) |
| Subject | ANN: driver to convert LaTeX math to MathML, using Tralics |
| From | Tim <jtim.arnold@gmail.com> |
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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
ANN: driver to convert LaTeX math to MathML, using Tralics Tim <jtim.arnold@gmail.com> - 2014-06-17 08:15 -0700
csiph-web