无法启动默认编译器:PdfLaTeX

无法启动默认编译器:PdfLaTeX

我已经使用 TeXstudio 一段时间了,没有任何问题。现在,每当我尝试编译某些文档时,都会收到此错误:

"Could not start Default Compiler:PdfLaTeX:
pdflatex.exe -synctex=1 -interaction=nonstopmeode "Name_Document".tex

我收到的信息是:

"Sorry, but pdflatex.exe did not succeed. You may want to visit the MiKTeX project page, if you need help.
Process exited with error(s)"

另外,如果我单击“帮助”>“检查 LaTeX 安装”,我会得到:

"Could not start :: pdflatex -version"

我也尝试再次下载最新版本的 TeXStudio,但没有任何变化。我的测试代码是:

\documentclass[12pt, a4paper]{article} 
\usepackage[italian]{babel} 
\usepackage[latin1]{inputenc} 
\usepackage{amsmath} 
\title{\textbf{Titolo}} 
\author{Autori} 
\date{\today} 

\begin{document} 
\maketitle 
\clearpage 
Questo è il mio primo documento in \LaTeX. 
\end{document}

答案1

在安装便携式 MiKTeX 后,我在运行已禁用行的texify参数时遇到了同样的问题–-interaction=…

// IfStr("%$('%!9-No_Interaction');","1",!"=",>
//  !|LetReg(4,'%$("TeX-Opt");--interaction=nonstopmode');|,>
//  !|LetReg(4,'%$("TeX-Opt");--interaction=errorstopmode');|);  

并且PDFTeXify.edt没有任何问题。

相关内容