Всем привет! Я новый пользователь 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,4 пт не загружается: файл метрической системы (TFM) не найден.
\maketitle
Как мне решить эту проблему?
решение1
У меня такое было. Заставил консоль MIKTEX обновить все пакеты, и проблема исчезла.