Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    QtMathJax - beautiful math typesetting in Qt apps

    Showcase
    2
    3
    2807
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      ncarter last edited by

      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:

      • https://github.com/nathancarter/qtmathjax

      If you see bugs, fork, fix, and send a pull request. Enjoy!

      1 Reply Last reply Reply Quote 0
      • JKSH
        JKSH Moderators last edited by

        Hi,

        Would you like to submit your library to "inqlude":http://inqlude.org/index.html ?

        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

        1 Reply Last reply Reply Quote 0
        • N
          ncarter last edited by

          Sure, I'll do that. Thanks!

          1 Reply Last reply Reply Quote 0
          • First post
            Last post