Write LaTeX formulas in app

Hi,

I'm a newbie in iOS app development and I was looking for a way to display LaTeX text in my app.

I'd like to load a text from a .tex file and show it in a view; this text contains math formulas (e.g., equations of any kind) and math symbols (integrals, ...).

Any idea of a good starting point to get it?


Thanks.

It would be easier if you can convert the .tex file to a PDF.

Thanks, I'll look at them!

Another option to consider is KaTeX. It is not as capable/pretty as MathJax, but KaTeX is more lightweight and can be pre-rendered.

Write LaTeX formulas in app
 
 
Q