1. 特殊符号
-
ℓ (\ell
):用于和大小的 I 和 数字 1 相区分 -
R (\Re
) -
∇ (\nabla
):微分算子
2. 数学字体
mathbb:blackboard bold,黑板粗体
mathcal:calligraphy(美术字)
mathrm:math roman
mathbf:math boldface
- 花体
\mathcal
:L,F,D,N ,-
L (\mathcal L
)常用来表示损失函数 -
D (\mathcal D
)表示样本集 -
N ($\mathcal N$
)常用来表示高斯分布;
-
- 空心
\mathbb
:R,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}
\]