I am trying to add support to my app to allow users to type in LaTeX equations and display them within the app. I am not trying to create a LaTeX editing app (this will be one of the features of the app, not the app as a whole), and I'd like to try to find a way to outsource the work of the LaTeX editing and display because I don't see a reason to reinvent the wheel. Are there any libraries for iOS which will either display LaTeX, or that will allow users to easily type in equations? Thanks!
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
migrated from stackoverflow.com Apr 11 '12 at 18:22
|
If you do not need full LaTeX documents are are just interested in a latex syntax for mathematics, you should probably look at MathJax, a javascript/css library for math display. There are several discussions of IOS on the mathjax list for example this one gives a step by step guide to one customisation that worked. |
|||
|
|
