【发布时间】:2016-04-23 03:40:33
【问题描述】:
我在编译乳胶文件时遇到问题。 我得到的错误是: 无法启动命令。
pdflatex -synctex=1 -interaction=nonstopmode %.tex
我查看了论坛(如here)但找不到解决方案。 现在使用 Texmaker 4.5,我的设置如下所示: enter image description here
有什么想法吗?
【问题讨论】:
我在编译乳胶文件时遇到问题。 我得到的错误是: 无法启动命令。
pdflatex -synctex=1 -interaction=nonstopmode %.tex
我查看了论坛(如here)但找不到解决方案。 现在使用 Texmaker 4.5,我的设置如下所示: enter image description here
有什么想法吗?
【问题讨论】:
我认为您的 LaTex 路径未指定。在您的 MikTeX 路径中查找乳胶文件:
"C:/Program Files/MikTex 2.9/miktex/bin" latex -interaction=nonstopmode %.tex
和
"C:/Program Files/MikTex 2.9/miktex/bin" pdflatex -synctex=1 -interaction=nonstopmode %.tex
【讨论】: