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} 다음 오류가 발생합니다.

14.4pt의 글꼴 U/bbold/m/n/14.4=bbold14는 로드할 수 없습니다: 메트릭(TFM) 파일을 찾을 수 없습니다.\maketitle

어떻게 해결할 수 있나요?

답변1

나에게 발생했던 일. MIKTEX 콘솔이 모든 패키지를 강제로 업데이트했는데 문제가 사라졌습니다.

관련 정보