diff --git a/doc/dox/jkqtmathtext_supportedlatex.dox b/doc/dox/jkqtmathtext_supportedlatex.dox index e71c00ba49..5f9b30d088 100644 --- a/doc/dox/jkqtmathtext_supportedlatex.dox +++ b/doc/dox/jkqtmathtext_supportedlatex.dox @@ -115,55 +115,55 @@
"\\ "
+ | \c \\ (backslash+whitespace) | thicker whitespace (1/3em) | \image html jkqtmathtext/jkqtmathtext_whitespace_thicker.png |
"\\enspace "
+ | \c \\enspace | 1en whitespace | \image html jkqtmathtext/jkqtmathtext_whitespace_enspace.png |
"\\emspace " / "\\quad "
+ | \c \\emspace / \c \\quad | quad (1em) whitespace | \image html jkqtmathtext/jkqtmathtext_whitespace_emspace.png |
"\\qquad "
+ | \c \\qquad | qquad (2em) whitespace | \image html jkqtmathtext/jkqtmathtext_whitespace_qquad.png |
"\\, " / "\\thinspace "
+ | \c \\, / \c \\thinspace | thin whitespace | \image html jkqtmathtext/jkqtmathtext_whitespace_thinspace.png |
"\\: " / "\\medspace "
+ | \c \\: / \c \\medspace | medium whitespace | \image html jkqtmathtext/jkqtmathtext_whitespace_medspace.png |
"\\; " / "\\thickspace "
+ | \c \\; / \c \\thickspace | thick whitespace | \image html jkqtmathtext/jkqtmathtext_whitespace_thickspace.png |
"\\! " / "\\negthinspace "
+ | \c \\! / \c \\negthinspace | negative thin whitespace | \image html jkqtmathtext/jkqtmathtext_whitespace_negthinspace.png |
"\\negmedspace "
+ | \c \\negmedspace | negative medium whitespace | \image html jkqtmathtext/jkqtmathtext_whitespace_negmedspace.png |
"\\negthickspace "
+ | \c \\negthickspace | negative thick whitespace | \image html jkqtmathtext/jkqtmathtext_whitespace_negthickspace.png |
"\\phantom{XXX} "
+ | \c \\phantom{XXX} | whitespace with the width and height of XXX (may contain LaTeX instructions)
| \image html jkqtmathtext/jkqtmathtext_whitespace_phantom.png |
"\\vphantom{XXX} "
+ | \c \\vphantom{XXX} | whitespace with the height of XXX (may contain LaTeX instructions) and width 0
| \image html jkqtmathtext/jkqtmathtext_whitespace_vphantom.png |
"\\hphantom{XXX} "
+ | \c \\hphantom{XXX} | whitespace with the width of XXX (may contain LaTeX instructions) and height 0
| \image html jkqtmathtext/jkqtmathtext_whitespace_hphantom.png |