2
0
Fork 0
mirror of https://github.com/egeerardyn/awesome-LaTeX.git synced 2025-04-24 05:48:05 +02:00

Merge pull request #16 from Divide-By-0/patch-1

Added Auto-LaTeX Equations
This commit is contained in:
Egon Geerardyn 2017-10-23 14:41:15 +02:00 committed by GitHub
commit 5c2d07ef1f

View file

@ -50,6 +50,7 @@ This is a curated list of awesome stuff for the (La)TeX typesetting system.
### LaTeX formulas on the web
- [Auto-LaTeX Equations with Google Docs](https://sites.google.com/site/autolatexequations) - Render high-quality math equations directly in Google Docs.
- [MathJaX](https://www.mathjax.org) - JavaScript engine to render mathematical formulas on the web. The outcome looks really slick. ![foss][foss]
- [mimeTeX](http://www.forkosh.com/mimetex.html) - mimeTeX is a rather old tool to render LaTeX formulas to PNG figures for your web site, without actually needing a LaTeX installation on your server. ![foss][foss]
- [mathTeX](http://www.forkosh.com/mathtex.html) - mathTeX is the successor of mimeTeX: it produces nicer-looking images but it requires LaTeX to be installed on your server. ![foss][foss]