希腊字母

1
2
3
4
5
6
7
8
9
$\alpha$
$\beta$
$\gamma$
$\delta$
$\epsilon$
$\lambda$
$\Lambda$
$\Gamma$
$\varGamma$

$\alpha$
$\beta$
$\gamma$
$\delta$
$\epsilon$
$\lambda$
$\Lambda$
$\Gamma$
$\varGamma$

上下标

1
2
3
4
5
6
7
$x^2$
$a_2$
$x^{i+j}$
$x_i$
$x_{\text i}$
$\arg\limits_{i=0}$
$\arg\limits^{\infty}$

$x^2$
$a_2$
$x^{i+j}$
$x_i$
$x_{\text i}$
$\arg\limits_{i=0}$
$\arg\limits^{\infty}$

分式

1
2
3
4
$\frac{aa}{bb}$
$\frac a b$
$\frac{x+y}{1+z}$
$\dfrac{ab}{cd}$

$\frac{aa}{bb}$
$\frac a b$
$\frac{x+y}{1+z}$
$\dfrac{ab}{cd}$

根式

1
2
3
4
$\sqrt 2$
$\sqrt[根的次数]{数值}$
$\sqrt{x+y}$
$\sqrt[3]{x+y}$

$\sqrt 2$
$\sqrt[根的次数]{数值}$
$\sqrt{x+y}$
$\sqrt[3]{x+y}$

运算符

1
2
3
4
5
6
7
8
9
10
11
12
+,-,$\pm$,$\mp$,$\times$,$\cdot$,$\div$
$>$,$<$,$\ge$,$\le$,$\gg$,$\ll$,$\ne$,$\approx$,$\equiv$
$\cap$,$\cup$,$\in$,$\notin$,$\subseteq$,$\subsetneqq$,$\varnothing$
$\forall$,$\exists$,$\nexists$,
$\because$,$\therefore$
$\ R$,$\ Q$,$\ N$,$\ Z$,$\ Z_+$
$\mathcal F$,$\mathscr F$,$\cdots$,$\vdots$,$\ddots$
$\infty$,$\partial$,$\nabla$,
$\propto$,$\degree$
$\sin x$,$\log_2 x$,$ln x$
$\to0$,$\lim_{x\to0}$,$\lim\limits_{x\to0}$
$\sim$

+,-,$\pm$,$\mp$,$\times$,$\cdot$,$\div$
$>$,$<$,$\ge$,$\le$,$\gg$,$\ll$,$\ne$,$\approx$,$\equiv$
$\cap$,$\cup$,$\in$,$\notin$,$\subseteq$,$\subsetneqq$,$\varnothing$
$\forall$,$\exists$,$\nexists$,
$\because$,$\therefore$
$\ R$,$\ Q$,$\ N$,$\ Z$,$\ Z_+$
$\mathcal F$,$\mathscr F$,$\cdots$,$\vdots$,$\ddots$
$\infty$,$\partial$,$\nabla$,
$\propto$,$\degree$
$\sin x$,$\log_2 x$,$ln x$
$\to0$,$\lim_{x\to0}$,$\lim\limits_{x\to0}$
$\sim$

大型运算符

1
2
3
$\sum$,$\prod$,$\int$,$\iint$,
$\iiint$,$\oint$,$\oiint$,$\oiiint$
$\int_{-\infty}^0 f(x)\, \text d x$

$\sum$,$\prod$,$\int$,$\iint$,
$\iiint$,$\oint$,$\oiint$,$\oiiint$
$\int_{-\infty}^0 f(x)\, \text d x$

空格

1
2
3
4
$a  a$
$a\ a$
$a\quad a$
$a\qquad a$

$a a$
$a\ a$
$a\quad a$
$a\qquad a$

标注符号

1
2
$\hat{a}$,
$\vec{a}$,

$\hat{a}$,
$\vec{a}$,

箭头

1
$\leftarrow or \gets$

$\leftarrow or \gets$

括号

1
2
3
4
$\{ \}$
$\lceil$,$\rceil$
$\lfloor$,$\rfloor$
$| |$

$\{ \}$
$\lceil$,$\rceil$
$\lfloor$,$\rfloor$
$| |$

多行公式

1
2
3
$$\begin{align}
a+b=c\\a+f=ddd\\cdd=jfd
\end{align}$$

大括号,条件表达

1
2
3
4
5
6
7
8
9
10
$$f(x)=
\begin{cases}
\sin x,-1\le x\le2\\
\cos x, else
\end{cases}$$
$\left(a\right)$
$\big(a\big)$
$\Big(a\Big)$
$\bigg[a\bigg]$
$\Bigg\{a\Bigg\}$

$\left(a\right)$
$\big(a\big)$
$\Big(a\Big)$
$\bigg[a\bigg]$
$\Bigg\{a\Bigg\}$

矩阵

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
$$\bf B^T $$
$$
\begin{matrix}
a & b&c&\cdots&d\\
\vdots & \vdots & \vdots & \ddots &\vdots \\
e & k & f & \cdots & 0
\end{matrix}
$$

$$
\begin{bmatrix}
a & b&c&\cdots&d\\
\vdots & \vdots & \vdots & \ddots &\vdots \\
e & k & f & \cdots & 0
\end{bmatrix}
$$

$$
\begin{pmatrix}
a & b&c&\cdots&d\\
\vdots & \vdots & \vdots & \ddots &\vdots \\
e & k & f & \cdots & 0
\end{pmatrix}
$$

$$
\begin{vmatrix}
a & b&c&\cdots&d\\
\vdots & \vdots & \vdots & \ddots &\vdots \\
e & k & f & \cdots & 0
\end{vmatrix}
$$