2019-01-13 01:53:16 +08:00
|
|
|
/*!
|
|
|
|
|
2019-01-20 17:49:29 +08:00
|
|
|
\defgroup jkqtmathtext JKQTMathText LaTeX-Renderer for Qt
|
2019-01-13 01:53:16 +08:00
|
|
|
|
2019-01-20 17:49:29 +08:00
|
|
|
This group contains JKQTMathText, a self-contained LaTeX-renderer for Qt. It is used to renderer
|
2019-01-20 23:15:10 +08:00
|
|
|
labels in JKQTPlotter, but can be used independently. The class does not depend on any library,
|
2019-01-19 16:40:52 +08:00
|
|
|
except Qt. In particular it actually parses a LaTeX string and draws it in pure C++. It does NOT rely
|
|
|
|
on an installed LaTeX for the rendering!
|
2019-01-13 01:53:16 +08:00
|
|
|
|
|
|
|
|
|
|
|
Examples for the usage of this class can be found here:
|
2019-01-20 17:49:29 +08:00
|
|
|
- \ref JKQTMathTextSimpleExample
|
2022-07-24 22:23:21 +08:00
|
|
|
- \ref JKQTMathTextTestApp
|
2019-01-13 01:53:16 +08:00
|
|
|
.
|
2022-07-24 22:23:21 +08:00
|
|
|
|
|
|
|
Example output:
|
|
|
|
\image html jkqtmathtext/jkqtmathtext_xits_all.png
|
|
|
|
\image html jkqtmathtext/jkqtmathtext_sqrt.png
|
|
|
|
\image html jkqtmathtext/jkqtmathtext_OldEnglish.png
|
2019-01-13 01:53:16 +08:00
|
|
|
|
2022-06-20 04:36:38 +08:00
|
|
|
|
2022-07-24 20:50:28 +08:00
|
|
|
\defgroup jkqtmathtext_render Main (Render) Class (JKQTMathText)
|
2022-06-20 04:36:38 +08:00
|
|
|
\ingroup jkqtmathtext
|
|
|
|
|
2022-07-24 20:50:28 +08:00
|
|
|
\defgroup jkqtmathtext_items Render-Tree Items for JKQTMathText
|
2022-07-18 21:01:12 +08:00
|
|
|
\ingroup jkqtmathtext
|
2022-06-20 04:36:38 +08:00
|
|
|
|
2022-07-24 20:50:28 +08:00
|
|
|
\defgroup jkqtmathtext_widgets Widgets using JKQTMathText
|
2022-06-20 04:36:38 +08:00
|
|
|
\ingroup jkqtmathtext
|
|
|
|
|
2022-07-24 20:50:28 +08:00
|
|
|
\defgroup jkqtmathtext_tools Tool Functions and Types for JKQTMathText
|
2022-06-20 04:36:38 +08:00
|
|
|
\ingroup jkqtmathtext
|
|
|
|
|
2022-07-24 20:50:28 +08:00
|
|
|
|
|
|
|
\defgroup jkqtmathtext_libfacilities Library Facilities for JKQTMathText
|
|
|
|
\ingroup jkqtmathtext
|
|
|
|
|
2019-01-13 01:53:16 +08:00
|
|
|
|
|
|
|
*/
|