Latex in NSAttributedString?

Is there a library available that will display latex or other mathematical notation and turn it into a beautiful NSAttributedString? I saw AttributedMarkdown and other Markdown-to-NSAttributedString or Markdown-to-HTML libraries (which can be converted to NSAttributedString libraries). But what about latex?

+5
source share
1 answer

This is http://www-sop.inria.fr/marelle/tralics/ written in C ++, so it must be compiled in Xcode, you can use it to convert it to xml or even change it to create an NSAttributedString right away. Hope this helps ...

+1
source

All Articles