mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 10:05:47 +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
32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
---
|
|
jkqtmathtext_emdash.png
|
|
emdash: ---
|
|
---
|
|
jkqtmathtext_endash.png
|
|
endash: --
|
|
---
|
|
jkqtmathtext_hyphen.png
|
|
hyphen: -
|
|
---
|
|
jkqtmathtext_greek.png
|
|
$\alpha\beta\gamma\xi\chi\nu\Gamma\Delta\Omega$
|
|
---
|
|
jkqtmathtext_upgreek.png
|
|
$\upalpha\upbeta\upgamma\upxi\upchi\upnu\upGamma\upDelta\upOmega$
|
|
---
|
|
jkqtmathtext_textgreek.png
|
|
text: \textalpha\textbeta\textgamma\textxi\textchi\textnu\textGamma\textDelta\textOmega\\
|
|
italic: {\itshape\textalpha\textbeta\textgamma\textxi\textchi\textnu\textGamma\textDelta\textOmega}
|
|
---
|
|
jkqtmathtext_char.png
|
|
A: \char65, circonflex: \char"109 accent: \char'351
|
|
---
|
|
jkqtmathtext_unicode.png
|
|
star: \unicode{2605}, circonflex: \unicode{109} emoticons: \usym{1F440} \usym{1F929}
|
|
---
|
|
jkqtmathtext_utf8.png
|
|
star: \utfeight{e29885} emoticons \utfeight{F09F9881} \utfeight{f09f98bb}
|
|
---
|
|
jkqtmathtext_symbols.png
|
|
\ {\backslash}sum: $\sum$ {\backslash}prod: $\prod$ {\backslash}int: $\int$ {\backslash}ll: $\ll$\ {\backslash}gg: $\gg$\ {\backslash}leq: $\leq$\ {\backslash}geq: $\geq$\ {\backslash}pm: $\pm$\ {\backslash}mp: $\mp$ ...
|
|
|