Font:
- \bf \(\bf{12345abcABC喵喵喵}\)
- \it \(\it{12345abcABC喵喵喵}\)
- \rm \(\rm{12345abcABC喵喵喵}\)
- \sf \(\sf{12345abcABC喵喵喵}\)
- \tt \(\tt{12345abcABC喵喵喵}\)
Color:
- \color{colorName}{text} (black, white, red, orange, yellow, green, indigo, blue, purple, violet ...)
- \textcolor[rgb]{r,g,b}{text} (0 <= r, g, b <= 1)
- \textcolor[RGB]{r,g,b}{text} (0 <= r, g, b <= 255)
Symbol:
-
\in \(\in\)
-
\notin \(\notin\)
-
\geq \(\geq\)
-
\leq \(\leq\)
-
\equiv \(\equiv\)
-
\infty \(\infty\)
-
\ne \(\ne\)
-
\pm \(\pm\)
-
\mp \(\mp\)
-
\sum \(\sum\)
-
\prod \(\prod\)
-
\sqrt[]{} \(\sqrt[n]{m}\)
-
\overline{} \(\overline{n}\)
-
\underline{} \(\underline{n}\)
-
\overbrace{}^{} \(\overbrace{n+n+n+n+...+n}^{m个n}\)
-
\underbrace{}_{} \(\underbrace{n+n+n+n+...+n}_{m个n}\)
-
\frac{}{} \(\frac{1}{2}\)
Bracket:
f(x)=\left\{
\begin{aligned}
7 && x \% 3 = 0 \\
8 && x \% 3 = 1 \\
9 && x \% 3 = 2
\end{aligned}
\right.
\[ f(x)=\left\{
\begin{aligned}
7 && x \% 3 = 0 \\
8 && x \% 3 = 1 \\
9 && x \% 3 = 2
\end{aligned}
\right.
\]