MathJax is is an open source JavaScript display engine for mathematics that works in all modern browsers. It allows LaTeX commands as input which is then rendered similar than LaTeX itself does it. Note that this software is only marginally on-topic on this site, usually only questions about its ...
8
votes
1answer
809 views
Convert Latex to MathJax-HTML
Is there any tool that can convert Latex documents to HTML documents, so that all math is presented with MathJax?
(Obviously, it is fairly easy to hack together a quick Perl script that is able to do ...
8
votes
2answers
2k views
What parsers for (La)TeX mathematics exist outside of the TeX engines?
Inspired by the author's motivation for asking Is there a BNF grammar of tex language.
Are there any well done libraries that can parse some subset of TeX mathematics independently of the TeX engine? ...
2
votes
1answer
154 views
Which renderer will be the right one for displaying LaTeX math expression on the web browser?
Sorry in advance if this is an old topic, but I am new to this so I wasn't sure what to search for:
I am trying to create a dynamic equation displayed in LaTeX on my website, and I am not sure what ...