Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Latex to NSAttributedString?

Is there a library available that will turn Latex or another maths notation and turn it into a good-looking NSAttributedString? I have seen AttributedMarkdown and other Markdown-to-NSAttributedString or Markdown-to-HTML (which can be converted to NSAttributedString) libraries. But what about latex?

like image 268
Jason Avatar asked Nov 13 '22 11:11

Jason


1 Answers

This http://www-sop.inria.fr/marelle/tralics/ is written in c++ so it should compile in Xcode, you could use it to transform it to xml or change it altogether to create NSAttributedString right away. Hope it helps...

like image 106
Daniele Bernardini Avatar answered Nov 15 '22 06:11

Daniele Bernardini