LaTeXML
Appearance
This article, LaTeXML, has recently been created via the Articles for creation process. Please check to see if the reviewer has accidentally left this template after accepting the draft and take appropriate action as necessary.
Reviewer tools: Inform author |
LaTeXML is a a converter that converts text documents from LaTeX to XML.
Workflow
LaTeXML's primary output format is an XML representation of (La)TeX's document model. A postprocessor can convert these XML documents into other formats such as HTML, with optional rendering of mathematical formulas in MathML.
History
LaTeXML was developed in the context of the Digital Library of Mathematical Functions, where LaTeX documents needed to be prepared for publication on the Web.
Implementation
The core of LaTeXML is a Perl reimplementation of TeX's typesetting algorithm.