JKQTPlotter trunk/v5.0.0
an extensive Qt5+Qt6 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
Loading...
Searching...
No Matches
Collaboration diagram for Math Markup Parser Classes:

Classes

class  JKQTMathTextLatexParser
 a LaTeX parser for JKQTMathText More...
 
class  JKQTMathTextParser
 base class for all math markup parsers used by JKQTMathText More...
 

Detailed Description

JKQTMathText was designed to support different math markup parsers. By default only a LaTeX Markup JKQTMathTextLatexParser parser is available, but it would be possible to e.g. add support for MathML or other markup languages. You simply have to implement a new JKQTMathTextParser.