突然停止编译

突然停止编译

我正在写论文的多个章节。其中一章突然已停止编译,并开始出现许多警告信息,我无法查看 PDF 文件“文件未找到消息”。我不知道发生了什么。任何帮助都将不胜感激

\documentclass[a4paper, 12pt, oneside]{report}
\usepackage{adjustbox}
\setcounter{tocdepth}{3}
\usepackage{parskip}
\usepackage{nomencl}
\usepackage{rotating}
\usepackage{tabularx,ragged2e,booktabs}
\newcolumntype{L}{>{\RaggedRight\arraybackslash}X}
\usepackage{textgreek}
\usepackage{fancyhdr, blindtext}
\usepackage{float}
\usepackage{fixltx2e}
\usepackage{setspace}
\doublespacing
\usepackage{lscape}
\usepackage{booktabs}
\usepackage{afterpage}
\usepackage{booktabs}
\fancyhf{}
\pagestyle{fancy}
\usepackage[labelsep=period]{caption}
\usepackage{textgreek}
\usepackage{adjustbox}
\usepackage{gensymb}
\usepackage{lipsum}% example text
\usepackage[square,sort,comma,numbers]{natbib}


\include{resynthesisresults}
\input{tex/resynthesisresults}\newpage\cleardoublepage

\makenomenclature

\printnomenclature

\fancyhead[LE,RO]{}
\fancyhead[RE,LO]{REFERENCES}
\fancyfoot[LE,RO]{\thepage}

\begin{singlespace}
\begin{scriptsize}
\begin{twocolumn}
%next line adds the Bibliography to the contents page
\addcontentsline{toc}{chapter}{Bibliography}
%uncomment next line to change bibliography name to references
\renewcommand{\bibname}{References}
\bibliography{bib/12345}        %use a bibtex bibliography file refs.bib
\bibliographystyle{plainnat}  %use the plain bibliography style
\end{twocolumn}
\end{scriptsize}
\end{singlespace}


\enddocument

\输入{tex/resynthesisresults}\新页\cleardoublepage

在此处输入图片描述

enter code here

答案1

根据评论:问题出在 Miktex 上。2015 年中期,Miktex 做了一些更改,在某个时间段内执行的更新不完整或缺少 Windows dll 支持。解决方案是重新更新 Miktex,如果您的 Windows 系统较旧,则在必要时添加一个或两个缺少的 dll。我遇到过这种情况!

相关内容