diff --git a/lib/jkqtmathtext/jkqtmathtext.h b/lib/jkqtmathtext/jkqtmathtext.h index c42cc89764..4b14506a76 100644 --- a/lib/jkqtmathtext/jkqtmathtext.h +++ b/lib/jkqtmathtext/jkqtmathtext.h @@ -158,7 +158,7 @@ class JKQTMathTextNode; // forward - \c \c \\left\\lfloor \c \\right\\rfloor : floor braces , \image html jkqtmathtext/jkqtmathtext_brace_floor.png - \c \\left~ \c \\right~ \c \\left\\lceil \c \\right\\rceil : ceil braces , \image html jkqtmathtext/jkqtmathtext_brace_ceil.png - \c \\left| \c \\right| : absolute value braces | |, \image html jkqtmathtext/jkqtmathtext_brace_oneline.png - - \code \left\| \right\| \endcode : norm braces || ||, \image html jkqtmathtext/jkqtmathtext_brace_dblline.png + - \c \\left\\| \c \\right\\| \endcode : norm braces || ||, \image html jkqtmathtext/jkqtmathtext_brace_dblline.png - You can use \c \\left. or \c \\right. to have only right or only left brace . @@ -178,11 +178,17 @@ class JKQTMathTextNode; // forward - $\\underset{main}{under}$ \image html jkqtmathtext/jkqtmathtext_brace_underset.png . - \subsection JKQTMathTextSuppoertedLaTeXMatrix Matrix/Array Type Instructions + \subsection JKQTMathTextSuppoertedLaTeXFrac Fraction Type Instructions Several Matrix/Array-typed LaTeX instructions are supported: - - $\\frac{...}{...}$, $\\tfrac{...}{...}$ (70% smaller font), $\\dfrac{...}{...}$ \image html jkqtmathtext/jkqtmathtext_brace_frac.png + - $\\frac{...}{...}$ \image html jkqtmathtext/MTFMfrac.png + - $\\tfrac{...}{...}$ (70% smaller font) \image html jkqtmathtext/MTFMtfrac.png + - $\\dfrac{...}{...}$ \image html jkqtmathtext/MTFMdfrac.png - $\\sfrac{...}{...}$ \image html jkqtmathtext/MTFMsfrac.png - $\\stfrac{...}{...}$ (70% smaller font) \image html jkqtmathtext/MTFMstfrac.png + . + + \subsection JKQTMathTextSuppoertedLaTeXMatrix Matrix/Array Type Instructions + Several Matrix/Array-typed LaTeX instructions are supported: - $\\stackrel{...}{...}$ $\\binom{...}{...}$ \image html jkqtmathtext/jkqtmathtext_brace_stackrel.png - $\\begin{cases} ... & ... \\\\ ... & ... \\end{cases}$ \image html jkqtmathtext/jkqtmathtext_brace_begincases.png - $\\begin{array} a & b & ...\\\\ c & d & ...\\end{array}$ $\\begin{matrix} a & b & ...\\\\ c & d & ...\\end{matrix}$ \image html jkqtmathtext/jkqtmathtext_array.png @@ -191,6 +197,9 @@ class JKQTMathTextNode; // forward - $\\begin{Bmatrix} a & b & ...\\\\ c & d & ...\\end{Bmatrix}$ \image html jkqtmathtext/jkqtmathtext_bbmatrix.png - $\\begin{vmatrix} a & b & ...\\\\ c & d & ...\\end{vmatrix}$ \image html jkqtmathtext/jkqtmathtext_vmatrix.png - $\\begin{Vmatrix} a & b & ...\\\\ c & d & ...\\end{Vmatrix}$ \image html jkqtmathtext/jkqtmathtext_vvmatrix.png + - $\\substack[lrc]{...\\\\...}$ \image html jkqtmathtext/jkqtmathtext_substack.png + - $\\lsubstack{...\\\\...}$ \image html jkqtmathtext/jkqtmathtext_lsubstack.png + - $\\rsubstack{...\\\\...}$ \image html jkqtmathtext/jkqtmathtext_rsubstack.png . \section JKQTMathTextSuppoertedFonts Font Handling