Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 940 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 940 Bytes

KaTeXiT

Mimicking LaTeXiT with KaTeX and JavaScriptCore API. A proof of concept.

KaTeXiT

Building

A version broswerified and minified script and CSS is bundled in the repository. If you want to update KaTeX, you’ll need to

  1. Install Browserify, UglifyJS, LESS, and clean-css somewhere in PATH (preferrably /usr/local/bin).
  2. Pull the KaTeX submodule.
  3. Update KaTeX as you wish.
  4. 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.