JKQtPlotter/examples/jkqtmathtext_test
jkriege2 7d686f0c9a JKQTMathText:
- BREAKING/REWORKED: The \\verb!...!-command now works the same as in LaTeX
  - NEW: added support for \\begin{verbatim}...\\end{verbatim}, \\begin{verbatim*}...\\end{verbatim*}
2022-08-03 16:12:19 +02:00
..
asana reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples) 2018-12-28 17:46:47 +01:00
asana.pri reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples) 2018-12-28 17:46:47 +01:00
asana.qrc extensive renaming of classes --> using a unified CamelCase-Scheme now for class/function names 2019-01-20 10:49:29 +01:00
CMakeLists.txt fixed CMakeLists.txt cmake-version to work on appveyor Linux build 2022-04-18 22:42:18 +02:00
jkqtmathtext_test_and_lib.pro using CMake now to build examples 2019-06-20 22:24:47 +02:00
jkqtmathtext_test.cpp more required changes for Qt6 compatibility 2022-04-22 13:27:31 +02:00
jkqtmathtext_test.pro diverse bugfixes to qmake build-system 2022-07-21 22:17:29 +02:00
mathtest.pdf JKQTMathText: REWORKED rendering of text in text- and math-mode. Now it is more consistent with the output of LaTeX itself 2022-08-02 12:17:58 +02:00
mathtest.tcp reorganized folder structure in root directory (there are now distinct folders for INCLUDE, STATIC, DYNAMIC libs and examples moved to the folder examples) 2018-12-28 17:46:47 +01:00
mathtest.tex JKQTMathText: REWORKED rendering of text in text- and math-mode. Now it is more consistent with the output of LaTeX itself 2022-08-02 12:17:58 +02:00
mathtest.txss2 added Latex examples 2022-06-08 15:38:55 +02:00
README.md improved documentation 2019-02-03 20:25:25 +01:00
testform.cpp JKQTMathText: 2022-08-03 16:12:19 +02:00
testform.h refactored symbol node, should also fix issue #78 2022-07-05 22:03:08 +02:00
testform.ui refactored symbol node, should also fix issue #78 2022-07-05 22:03:08 +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