我对 LaTeX 还很陌生,请接受我的歉意!用 LaTeX 完成论文几个月后,我想再次运行 PDFLaTeX (Texmaker)。但是,没有生成 PDF 输出文件,也没有错误消息。我不知道发生了什么,因为我在此期间没有改变任何东西。这是一个曾经可以工作的 MWE:
\documentclass{article}
\begin{document}
test
\end{document}
日志文件很长,以以下内容开头:
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014/W32TeX) (preloaded format=pdflatex 2014.10.27) 27 OCT 2014 11:04
entering extended mode restricted \write18 enabled. %&-line parsing enabled.
**"Bsp 0.tex"
...最后它说:
Output written on "Bsp 0.pdf" (1 page, 21616 bytes).
PDF statistics:
16 PDF objects out of 1000 (max. 8388607)
10 compressed objects within 1 object stream
0 named destinations out of 1000 (max. 500000)
1 words of extra memory for PDF output out of 10000 (max. 10000000)
但之前的 PDF 并未被替换。您知道可能是什么问题吗?
问题更新:
当我尝试编译我的论文(包含多个包的大文件)时,暂时出现以下警告:
它说:
警告:kpathesea:在这些目录中未找到配置文件 texmf.cnf:...
无法找到 cnf 文件 fmtutil.cnf。
我在我的电脑上搜索了 texmf.cnf 和 fmtutil.cnf,但没有找到这样的文件。此外,我将 Texmaker 从版本 4.3 更新到 4.5,但结果并没有改变。
您对我如何解决这个问题有什么建议吗?
多谢