This is a LaTeX to HTML5 translator written in JavaScript using PEG.js. latex.js for LaTeX is similar in spirit to marked for Markdown. LaTeX.js tries to be absolutely and uncompromisingly exact and compatible with LaTeX. The generated HTML is exactly what is meant to be output, down to the last space. The CSS makes it look like LaTeX output—except where impossible in principle, see limitations.
Features
- Written in 100% JavaScript and runs in the browser
- No external dependencies need to be loaded
- It depends on a DOM implementation
- New macros can easily be added in JavaScript
- Easier to implement a piece of functionality in JavaScript and CSS
- Has a command line interface (CLI)
