Awesome
KaTeXiT
Mimicking LaTeXiT with KaTeX and JavaScriptCore API. A proof of concept.
Building
A version broswerified and minified script and CSS is bundled in the repository. If you want to update KaTeX, you’ll need to
- Install Browserify, UglifyJS, LESS, and clean-css somewhere in
PATH
(preferrably/usr/local/bin
). - Pull the KaTeX submodule.
- Update KaTeX as you wish.
- Hit build in Xcode. There’s a custom build script that’ll automatically recompile the bundled script (
bundle.js
) and CSS (katex.min.css
) for you.
License
MIT if you really want to use this.