1. 特殊符号
- ℓ
ℓ (\ell
):用于和大小的 I 和 数字 1 相区分 - ℜ
R (\Re
) - ∇
∇ (\nabla
):微分算子
2. 数学字体
mathbb:blackboard bold,黑板粗体
mathcal:calligraphy(美术字)
mathrm:math roman
mathbf:math boldface
- 花体
\mathcal
:L,F,D,NL,F,D,N ,
- L
L (\mathcal L
)常用来表示损失函数 - D
D (\mathcal D
)表示样本集 - N
N ($\mathcal N$
)常用来表示高斯分布;
- L
- 空心
\mathbb
:R,NR,N
3. 其他数学字体
\mathsf
\mathtt
\mathit
以下分别是 4 种字体形式:
1-4 行分别是:默认,\mathsf, \mathtt, \mathit。
\[
\begin{split}
&{f(x,y) = 3(x+y)y / (2xy-7)}\\
&\mathsf{f(x,y) = 3(x+y)y / (2xy-7)}\\
&\mathtt{f(x,y) = 3(x+y)y / (2xy-7)}\\
&\mathit{f(x,y) = 3(x+y)y / (2xy-7)}
\end{split}
\]
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
评论记录:
回复评论: