math font for latex

used

mathbb:blackboard bold mathcal:calligraphy mathrm:math roman mathbf:math boldface

other

mathsf mathtt mathit widehat widetilde overline

illustration

\begin{equation}
\begin{aligned}
&F(x, y) = F(x) + F(y), \\
&\mathbb{F}(x, y) = \mathbb{F}(x) + \mathbb{F}(y), \\
&\mathcal{F}(x, y) = \mathcal{F}(x) + \mathcal{F}(y), \\
&\mathrm{F}(x, y) = \mathrm{F}(x) + \mathrm{F}(y), \\
&\mathbf{F}(x, y) = \mathbf{F}(x) + \mathbf{F}(y).
\end{aligned}
\end{equation}

\(F(x, y) = F(x) + F(y), \\ \mathbb{F}(x, y) = \mathbb{F}(x) + \mathbb{F}(y), \\ \mathcal{F}(x, y) = \mathcal{F}(x) + \mathcal{F}(y), \\ \mathrm{F}(x, y) = \mathrm{F}(x) + \mathrm{F}(y), \\ \mathbf{F}(x, y) = \mathbf{F}(x) + \mathbf{F}(y).\)

recent article

math symbol for latex

1234…

computer science tool latex blogread
previous article

some tricks on jupyter notebook

27 个Jupyter Notebook的小提示与技巧Jupyter notebook, 前身是 IPython notebook, 它是一个非常灵活的工具,有助于帮助你构建很多可读的分析,你可以在里面同时保留代码,图片,评论,公式和绘制的图像。Jupyter具有非常强的可扩展性,支持很多编程语言,并且易于部署到你的个人电脑和几乎所有的服务器上 -- 你只需要使用ssh或http接入即可。最重要的是,它完全免费。Jupyter默认设置使用 Python kernel,正因此以前叫做 IPy...…

computer science deep learning jupyter notebook blogread