/qmathjax

MathJax wrap for Qt

Primary LanguageC++

qmathjax

MathJax wrap for Qt

The original idea is here.

Install

git submodule add https://github.com/SMP33/qmathjax.git
git submodule update --recursive --remote

or

git clone https://github.com/SMP33/qmathjax.git
cd qmathjax
git submodule init
git submodule update

Usage

For Qt projects:

include(qmathjax/qmathjax.pri)