JKQtPlotter/lib
jkriege2 5722970496 JKQTMathText:
- 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
2022-08-19 12:16:00 +02:00
..
jkqtcommon JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtcommon_statistics_and_math improved documentation of JKQTPMathParser 2022-07-24 21:59:20 +02:00
jkqtfastplotter fixed several doxygen errors 2022-07-24 14:50:28 +02:00
jkqtmathtext JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtplotter JKQTMathText: 2022-08-13 19:43:39 +02:00
CMakeLists.txt fixed several (pedantic) compiler warnings 2022-07-23 16:05:13 +02:00
jkqtcommon_statistics_and_math.pri split jkqtcommon into basic tools and jkqtcommon_statistics_and_math for advanced math tools not used by all libs 2022-07-23 15:31:56 +02:00
jkqtcommon.pri split jkqtcommon into basic tools and jkqtcommon_statistics_and_math for advanced math tools not used by all libs 2022-07-23 15:31:56 +02:00
jkqtfastplotter.pri improved/fixed qmake-build scripts fot Qt6 2022-04-24 22:07:16 +02:00
jkqtmathtext.pri JKQTMathText: 2022-08-19 12:16:00 +02:00
jkqtplotter_pch.pri using Precompiled Headers in QMake 2022-07-23 13:58:01 +02:00
jkqtplotter_version.h.in updated copyright notice 2022-07-19 13:40:43 +02:00
jkqtplotter.pri updated QMake-build files 2022-07-19 14:39:59 +02:00
README.md split jkqtcommon into basic tools and jkqtcommon_statistics_and_math for advanced math tools not used by all libs 2022-07-23 15:31:56 +02:00

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