我想bbold
在我的论文中使用 的黑板粗体字体classicthesis
。我似乎找不到在 的选项中加载包的方法,加载后也classicthesis
不起作用。有没有办法替换黑板字体?bbold
classicthesis
以下是我想要实现的目标:
\documentclass[12pt]{standalone}
\usepackage{classicthesis}
\usepackage{bbold}
\begin{document}
$\mathbb{Z}$
\end{document}
这会在使用的字体中产生一个 $\mathbb{Z}$ classicthesis
,而不是来自的字体bbold
。