https://github.com/pkgw/webtex
ON HIATUS. Mostly-complete LaTeX engine implemented fully in JavaScript.
https://github.com/pkgw/webtex
Last synced: 9 months ago
JSON representation
ON HIATUS. Mostly-complete LaTeX engine implemented fully in JavaScript.
- Host: GitHub
- URL: https://github.com/pkgw/webtex
- Owner: pkgw
- License: other
- Created: 2014-12-04T02:15:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T16:03:42.000Z (over 10 years ago)
- Last Synced: 2025-04-04T02:51:04.790Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.95 MB
- Stars: 33
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
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](http://pkgw.github.io/webtex/install/). You’ll need
to download [the latest Webtex “distrib” Zip
file](https://github.com/pkgw/webtex/releases/latest) and install
[node.js](http://nodejs.org/download).
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
-----------------
* [Open-source license information](LICENSE.md)
* [Credits](CREDITS.md)