Latex | 常用符号、表格、公式等总结

这篇博客总结了LaTeX中常用的符号,包括表格的制作,如普通表格和表头斜线处理,大括号表示,正负号plus minus,交并集符号,向量的表示以及矩阵的展示,是LaTeX初学者的实用参考资料。

表格

普通表格

\begin{tabular}{|c|c|c|c|c|c|} %c表示居中,竖线表示表格中的竖线
	\hline %横线
	1&2&3&4&5&6 
	\hline 
\end{tabular}

表头斜线

参考:LaTeX:斜线表头的表格制作

大括号

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(0ii0)[0110]{1001} acbd i00i

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值