Skip to content
r-gaia-cs edited this page Apr 9, 2014 · 42 revisions

Installation

Download a release package that contains the js file for use on a Web page, a commonJS program or to execute from the command line. You can also do npm install texzilla to install the Node Packaged Module. If you are using TeXZilla from a Web page, you can also do <script type="text/javascript" src="http://fred-wang.github.io/TeXZilla/TeXZilla-min.js"/> (latest development version). If you want to build the program from the GitHub repository, please follow the build instructions.

Using TeXZilla

Public API

Advanced Usages

Applications and Web pages using TeXZilla

TeXZilla syntax

TeXZilla uses a context-free grammar based on the one of itex2MML, which itself inspired from AMS LaTeX. For now, we refer to the itex2MML documentation. TODO: we should give more details here when TeXZilla 1.0 is released!

See also Compatibility Notes

Clone this wiki locally