我写blog可能要用到的LaTeX语法哒

Font:

  1. \bf \(\bf{12345abcABC喵喵喵}\)
  2. \it \(\it{12345abcABC喵喵喵}\)
  3. \rm \(\rm{12345abcABC喵喵喵}\)
  4. \sf \(\sf{12345abcABC喵喵喵}\)
  5. \tt \(\tt{12345abcABC喵喵喵}\)

Color:

  1. \color{colorName}{text} (black, white, red, orange, yellow, green, indigo, blue, purple, violet ...)
  2. \textcolor[rgb]{r,g,b}{text} (0 <= r, g, b <= 1)
  3. \textcolor[RGB]{r,g,b}{text} (0 <= r, g, b <= 255)

Symbol:

  1. \in \(\in\)

  2. \notin \(\notin\)

  3. \geq \(\geq\)

  4. \leq \(\leq\)

  5. \equiv \(\equiv\)

  6. \infty \(\infty\)

  7. \ne \(\ne\)

  8. \pm \(\pm\)

  9. \mp \(\mp\)

  10. \sum \(\sum\)

  11. \prod \(\prod\)

  12. \sqrt[]{} \(\sqrt[n]{m}\)

  13. \overline{} \(\overline{n}\)

  14. \underline{} \(\underline{n}\)

  15. \overbrace{}^{} \(\overbrace{n+n+n+n+...+n}^{m个n}\)

  16. \underbrace{}_{} \(\underbrace{n+n+n+n+...+n}_{m个n}\)

  17. \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. \]


To Be Continued...

上一篇:CKT


下一篇:不定积分与定积分的计算