mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-16 02:25:50 +08:00
5722970496
- NEW: added environment-modifying commands for font sizes: \c \\tiny ... \c \\normalsize ... \c \\Huge - NEW: added environment-modifying commands for text color: \c {\\color{COL}...} - NEW: added environment-modifying commands for text formatting: \c {\\bfseries...}, \c {\\itshape...}, \c {\\bf...}, \c {\\it...}, \c {\\sffamily...}, \c {\\ttfamily...}, ... - REFACTORING: split up several .h/.cpp-files in nodes subdirectory |
||
---|---|---|
.. | ||
jkqtcommon | ||
jkqtcommon_statistics_and_math | ||
jkqtfastplotter | ||
jkqtmathtext | ||
jkqtplotter | ||
CMakeLists.txt | ||
jkqtcommon_statistics_and_math.pri | ||
jkqtcommon.pri | ||
jkqtfastplotter.pri | ||
jkqtmathtext.pri | ||
jkqtplotter_pch.pri | ||
jkqtplotter_version.h.in | ||
jkqtplotter.pri | ||
README.md |
JKQTPlotter: LIB subdirectory
This directory contains all files that belong to the JKQTPlotter library (including the files of the JKQTFastPlotter and JKMathText).
The single libs are:
- jkqtcommon: general tool functions, used by many of the other libs
- jkqtcommon_statistics_and_math: advanced math features used only by few of the other libs
- jkqtfastplotter: a fast plotter variant wiith fewer features
- jkqtmathtext: a LaTeX parser and renderer used by JKQtPlotter
- jkqtplotter: the full-featured plotter library