未找到 mathbbol 和 Metric (TFM) 文件

未找到 mathbbol 和 Metric (TFM) 文件

大家好,我是一个新的 Latex 用户,我有一个简单的文档:

\documentclass[12pt,onecolumn]{report}

\usepackage[ansinew]{inputenc}
\usepackage{amsfonts}
\usepackage{graphics,graphicx,color,colortbl}
\usepackage{subfigure}
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{amsmath}
%\usepackage[colorlinks=true, citecolor=black, linkcolor=black, urlcolor=black, breaklinks=true]{hyperref}
%\usepackage{hyperref}
\usepackage{bbold}
\usepackage{mathbbol}
\usepackage{arydshln,leftidx,mathtools}
\usepackage{bm}
\usepackage[top=52pt, bottom=34pt, left=24pt, right=24pt]{geometry}

\usepackage{amsthm}
\usepackage[table]{xcolor}
\usepackage{xparse,environ}

\theoremstyle{plain}% default
\newtheorem{thm}{Teorema}[section]
\newtheorem{lem}[thm]{Lemma}
\newtheorem{prop}[thm]{Proposizione}
\newtheorem{definition}[thm]{Proposizione}
\newtheorem{exmp}{Example}[section]
%\DeclareMathAlphabet\mathbfcal{OMS}{cmsy}{b}{n}

\begin{document}

\title{ SIMULATION}

\author{Name\\
    University of Study ,\\
    \texttt{[email protected]}}
\date{\today}
\maketitle
\section{prova}
\begin{exmp}
    This is the example.
\end{exmp}

\end{document}

但是当我尝试包含时\usepackage{mathbbol} 出现此错误:

字体 U/bbold/m/n/14.4=bbold14 在 14.4pt 处无法加载:未找到度量 (TFM) 文件。\maketitle

我该如何解决?

答案1

我遇到了这种情况。强制 MIKTEX 控制台更新所有软件包,问题就解决了。

相关内容