pkgw / webtex

ON HIATUS. Mostly-complete LaTeX engine implemented fully in JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webtex

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/.

Requirements

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 the webtex console program (optional)
  • Java, for minification with YUI Compressor (optional)

Other information

About

ON HIATUS. Mostly-complete LaTeX engine implemented fully in JavaScript.

License:Other


Languages

Language:JavaScript 72.7%Language:Python 19.7%Language:TeX 5.6%Language:Makefile 1.3%Language:CSS 0.6%Language:Shell 0.1%