JKQtPlotter/examples/jkqtmathtext_test
2019-11-18 15:59:06 +01:00
..
asana
asana.pri
asana.qrc
CMakeLists.txt reworked CMake build system ... now JKQT...Config.cmake-files are written into the correct directory 2019-11-18 15:59:06 +01:00
jkqtmathtext_test_and_lib.pro
jkqtmathtext_test.cpp
jkqtmathtext_test.pro
mathtest.pdf
mathtest.tcp
mathtest.tex
README.md
testform.cpp added greek letter sample for JKQtMathTest_test 2019-11-16 15:03:16 +01:00
testform.h
testform.ui JKQTMathText: improved font-handling system + new fraktur and caligraphic, as well as special math sans/serif fonts-classes 2019-06-30 17:34:41 +02:00

Example (JKQTMathText): A test application

JKQTMathText is a hand-written LaTeX-renderer for Qt (implemented in native C++, using Qt). It supports a large set of standard LaTeX markup and can render it to a QPainter.

This test program demonstrates its capabilites. There are several pre-formulated LaTeX expressions that can be drawn, or you can enter a user-defined expression. You can also set several properties of the rendering (fonts, font sizes, anti-aliasing, ...). You can also draw boxes around each part of the expression (this is mostly meant for development/debugging). In the lower-right you will see the LaTeX expression as a tree after parsing and you will get timing-values for the parsing and rendering and error output.

The application looks like this:

jkqtmathtext_simpletest