表格
普通表格
\begin{tabular}{|c|c|c|c|c|c|} %c表示居中,竖线表示表格中的竖线
\hline %横线
1&2&3&4&5&6
\hline
\end{tabular}
表头斜线
大括号
f(x) = \left\{
\begin{aligned}
&\frac{1}{2000},&2000 < x < 4000\\
&0,&otherwise
\end{aligned}
\right.
f ( x ) = { 1 2000 , 2000 < x < 4000 0 , o t h e r w i s e f(x) = \left\{ \begin{aligned} &\frac{1}{2000},&2000 < x < 4000\\ &0,&otherwise \end{aligned} \right. f(x)=⎩ ⎨ ⎧20001,0,2000<x<4000otherwise
正负号plus minus
\pm
交并集
A ∩ B
$A\cap B$
A ∪ B
$A\cup B$
向量
1.向量基本表示不加粗带箭头:
$$
\vec {v}=CNN(s)
$$
效果演示:
v
⃗
=
C
N
N
(
s
)
,
\vec {v}=CNN(s),
v=CNN(s),
矩阵
$$
\begin{gathered}
\begin{matrix} 0 & 1 \\ 1 & 0 \end{matrix}
\quad
\begin{pmatrix} 0 & -i \\ i & 0 \end{pmatrix}
\quad
\begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix}
\quad
\begin{Bmatrix} 1 & 0 \\ 0 & -1 \end{Bmatrix}
\quad
\begin{vmatrix} a & b \\ c & d \end{vmatrix}
\quad
\begin{Vmatrix} i & 0 \\ 0 & -i \end{Vmatrix}
\end{gathered}
$$
效果图:
0
1
1
0
(
0
−
i
i
0
)
[
0
−
1
1
0
]
{
1
0
0
−
1
}
∣
a
b
c
d
∣
∥
i
0
0
−
i
∥
\begin{gathered} \begin{matrix} 0 & 1 \\ 1 & 0 \end{matrix} \quad \begin{pmatrix} 0 & -i \\ i & 0 \end{pmatrix} \quad \begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix} \quad \begin{Bmatrix} 1 & 0 \\ 0 & -1 \end{Bmatrix} \quad \begin{vmatrix} a & b \\ c & d \end{vmatrix} \quad \begin{Vmatrix} i & 0 \\ 0 & -i \end{Vmatrix} \end{gathered}
0110(0i−i0)[01−10]{100−1}∣
∣acbd∣
∣∥
∥i00−i∥
∥
这篇博客总结了LaTeX中常用的符号,包括表格的制作,如普通表格和表头斜线处理,大括号表示,正负号plus minus,交并集符号,向量的表示以及矩阵的展示,是LaTeX初学者的实用参考资料。
1167

被折叠的 条评论
为什么被折叠?



