QtMathJax - beautiful math typesetting in Qt apps
-
I just put together a .pri that includes the MathJax JavaScript-based math typesetting suite into a single Qt class.
It provides a one-function API that converts a QString of TeX code into a QString of SVG code, which is the typeset version of the input. You then render it using any of Qt's SVG rendering capabilities.
To use it in your projects, get it from github:
If you see bugs, fork, fix, and send a pull request. Enjoy!
-
Hi,
Would you like to submit your library to "inqlude":http://inqlude.org/index.html ?