LaTeX"无法启动命令"

时间:2016-04-23 03:40:34

标签: latex pdflatex

编译乳胶文件时遇到问题。 我得到的错误是: 无法启动命令。

 pdflatex -synctex=1 -interaction=nonstopmode %.tex

我查看了论坛(如here),但无法找到解决方案。 现在使用Texmaker 4.5,我的设置如下: enter image description here

有什么想法吗?

2 个答案:

答案 0 :(得分:1)

我在Windows 10中遇到了同样的问题。我首先安装了Texmaker(版本5.0.2),然后安装了MiKTeX。我不确定OP是否也这样做。这对我有用:

  1. 我卸载了Texmaker和MikTeX
  2. 我安装了MiKTeX
  3. 我安装了Texmaker
  4. 获得here

    的帮助

    底线:应在Texmaker

    之前安装MiKTex

答案 1 :(得分:0)

I think your LaTex path is not specified. Look in your MikTeX path for a latex file:

"C:/Program Files/MikTex 2.9/miktex/bin" latex -interaction=nonstopmode %.tex

and

"C:/Program Files/MikTex 2.9/miktex/bin" pdflatex -synctex=1 -interaction=nonstopmode %.tex