我正在尝试编写一个 Beamer 演示文稿,但无法使用该bbold
包。这是我编写的代码:
\documentclass[pdf]
{beamer}
\mode<presentation>
\makeatletter
%% preamble
\usepackage{bbold}
\DeclareSymbolFont{bbold}{U}{bbold}{m}{n}
\DeclareSymbolFontAlphabet{\mathbbold}{bbold}
\begin{document}
\begin{frame}
$\mathbbold{0}$
\end{frame}
\end{document}
但我收到以下错误:
! Font U/bbold/m/n/10.95=bbold11 at 10.95pt not loadable: Metric (TFM) file not found.
<to be read again>
relax
l.16 \end{frame}
您知道如何解决这个问题吗?
编辑:添加之后\listfiles
,\begin{document}
我收到了可以找到的错误消息这里。