NOTE: my work on the Webtex project is on hold for the time being. Feel free to run with it, though! — PKGW, 2016 Feb 4.
An essentially-complete LaTeX engine in JavaScript, rendered in your browser. Revolutionizing scientific communication since 2014. See the public website at http://pkgw.github.io/webtex/.
To install a personal copy of Webtex that you can run on your own documents, see these instructions. You’ll need to download the latest Webtex “distrib” Zip file and install node.js.
To help develop Webtex and/or rebuild the JavaScript files that you would upload to a website, you need:
- node.js
curl
- Python version 2.7
- The Python
lzma
module, installable with "pip install pyliblzma" - the Node.js
yargs
module, for thewebtex
console program (optional) - Java, for minification with YUI Compressor (optional)