jkriege2
|
dde8deb56f
|
JKQTMathText: improved placement of sub-/superscript nodes by using JKQTMathtextNodeSize::baselineXCorrection to shift subscript to the left for e.g. preceding italic text or symbols that require such a shift
JKQTMathText: moved sub-/superscripts placed below/above a bit further apart from the central symbol/node
|
2022-08-17 22:56:57 +02:00 |
|
jkriege2
|
6fa5dd65ed
|
JKQTMathText: Code Cleanup: using JKQTMathTextNodeSize for all size-calculation functions and got rid of all functions that take the output parameters with call-by-reference
JKQTMathText: JKQTMathTextBraceNode now properly supports different opening and closing braces e.g. |...> for bra-vetors
|
2022-08-16 23:05:04 +02:00 |
|
jkriege2
|
74cf8046ce
|
code cleanup: Removed Parameter prevNodeSize from JKQTMathTextNode::draw() and JKQTMathTextNode::getSize()/JKQTMathTextNode::getSizeInternal(), since it is only really necessary for JKQTMathTextSubscriptNode and JKQTMathTextSuperscriptNode
bugfixed possible crash in JKQTMathTextWhitespaceNode (QMap[n1]=QMap[n2]=something; does not work for some reason)
|
2022-08-14 16:59:03 +02:00 |
|
jkriege2
|
67579da1bc
|
JKQTMathText: NEW: array/tabular-environments have limited support for formatting string like l|r|c and for \hline , \hdashline , \toprule , \midrule , \bottomrule
|
2022-08-12 12:54:10 +02:00 |
|
jkriege2
|
e86fcb8c3c
|
docfix
|
2022-08-10 15:20:21 +02:00 |
|
jkriege2
|
94b4e69b5b
|
bugfixed JKQTMathText doc images (auto-generated)
|
2022-08-10 12:10:43 +02:00 |
|
jkriege2
|
5cc0a2478a
|
JKQTMathText: updated documentation with new (auto-generated) images, added CMake Custom Target to generate documentation images with jkqtmathtext_render, improved documentation
|
2022-08-07 22:23:19 +02:00 |
|