我在 Windows 10 上安装了 MiKTeX 2.9,之后又安装了 Texmaker 5.0.3,我正在尝试“快速构建”一个简单的文件来测试它。该文件:
\documentclass[11pt]{scrartcl}
\begin{document}
Hello world!
\end{document}
打开 CMD 并输入 pdflatex 时,输出如下This is pdfTeX, Version 3.14159265-2.6-1.40.19 (MiKTeX 2.9.6730 64-bit)
,设置中的两个命令是:
LaTeX
latex -interaction=nonstopmode %.tex
PdfLaTeX
pdflatex -synctex=1 -interaction=nonstopmode %.tex
从我在其他帖子中读到的内容来看,这似乎是正确的。从快速构建切换到 PDFLaTeX 时,错误是Logfile not found!
在CMD中使用时pdflatex -synctex=1 -interaction=nonstopmode einsteiger.tex
出现以下错误:
This is pdfTeX, Version 3.14159265-2.6-1.40.19 (MiKTeX 2.9.6730 64-bit)
(Fatal format file error; I'm stymied)
我读过这篇文章Texmaker 中的 PdfLaTeX 无法工作:“无法启动命令”但这并不一样,因为标记为答案的内容已经在我的配置中了。不知道这里出了什么问题,如果需要的话我可以提供屏幕。