gjtorikian / mathematical

Convert mathematical equations to SVGs, PNGs, or MathML. A general wrapper to Lasem and mtex2MML.
https://gjtorikian.github.io/mathematical/
MIT License
166 stars 31 forks source link

LaTeX package support #96

Closed GarkGarcia closed 4 years ago

GarkGarcia commented 4 years ago

I'd like to know which LaTeX packages are supported. Is there a limitation on them? Or is every existing package supported?

This information should probably be included in the documentation (I wasn't able to find it).

GarkGarcia commented 4 years ago

If you guys need any context, you can find it on https://github.com/asciidoctor/asciimath/pull/17#issuecomment-621472983.

gjtorikian commented 4 years ago

It is in the docs: https://github.com/gjtorikian/mathematical#supported-commands-and-symbols

More specifically, it's the AMS-TeX package.

GarkGarcia commented 4 years ago

Thanks!