MikTeX 突然停止编译

MikTeX 突然停止编译

PDFlatex 突然停止生成 PDF 并开始返回一堆错误。

C:\fithesis2.cls:103: Font \filogo=fi-logo at 113.81102pt not loadable: Metric (TFM) file not found. [\font\filogo fi-logo at 40mm ]
C:\Program Files (x86)\MiKTeX 2.9\tex\generic\babel\babel.sty:149: Package babel Error: You haven't specified a language option. [...ry to proceed from here, type x to quit.}]
C:/diploma-thesis.tex:8: LaTeX Error: Option clash for package babel. [\usepackage]

不知道发生了什么,但据我所知,这不是文档中的语法错误。

之前所有的软件包都运行良好——是否有一个软件包在我不知情的情况下被卸载?

我需要解决这个问题 - 告诉我我应该提供什么信息,我会将其粘贴在主题中。

前言:

\documentclass[12pt,oneside]{fithesis2} 
\usepackage{babel} % package for multilingual support
\usepackage[cp1250]{inputenc} % Windows OS encoding 
\usepackage[T1]{fontenc} \usepackage[plainpages=false,pdfpagelabels,unicode]{hyperref}
\usepackage[final]{listings}
\usepackage{graphicx}
\usepackage[slovak]{babel}
\usepackage[IL2]{fontenc}
\usepackage{caption}
\usepackage{chngcntr}
\counterwithout{figure}{chapter}


\lstset{
showstringspaces=false,
extendedchars=true,
frameround=fttt,
frame=single,
upquote=true,
breaklines=true
}

我的书目数据库由于某种原因停止正常工作,不知道原因或如何修复它

C:\diploma-thesis.aux:93: Undefined control sequence. [\bibcite{citation}{24}]

即使像这样的几乎为空的文档也无法编译:

\documentclass[12pt,oneside]{fithesis2} 


\begin{document}
testing text
\end{document}

答案1

已移除

\figure{SWOT analysis}

从文档中,现在一切都编译正常了。不明白图是如何导致这种情况的,仍然需要找到一种方法来使用它来对图像进行编号 :/

相关内容