This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
TeXZilla is a Javascript LaTeX-to-MathML converter compatible with Unicode. This is still a work in progress and things may change in the future. Please report any bug you find to the issue tracker.
For a quick overview, you can try a live demo, install a Firefox add-on, try a Firefox OS webapp, check this page with custom <x-tex> tag.
You can download a release archive or install an npm package.
Please read the wiki to get more information on how to integrate TeXZilla in your Web page or project as well as a description of the TeXZilla syntax. See also the examples/ directory.
The following are required to generate TeXZilla.js
:
These dependencies are optional:
- To run unit tests: slimerJS or phantomJS
- To generate the minified version
TeXZilla-min.js
: Google Closure Compiler and Java.
To build TeXZilla, update config.cfg and try "make help".