转载:https://www.cnblogs.com/zhanjiahui/p/10943699.html

网上还有很多说出Could not start the command: pdflatex.exe -synctex=1 -interaction=nonstopmode这个问题的,

其实解决方案都差不多,只要在texstudio的options->config texstudio->commands中找到xelatex选项然后把框里的东西换成

xelatex.exe的路径(自己的安装路径!)+空格+-synctex=1 -interaction=nonstopmode %.tex即可,如下所示:

C:\texlive\2018\bin\win32\xelatex.exe -synctex=1 -interaction=nonstopmode %.tex

(TeXstudio)Could not start the command: pdflatex.exe -synctex=1 -interaction=nonstopmode

 (TeXstudio)Could not start the command: pdflatex.exe -synctex=1 -interaction=nonstopmode

相关文章:

  • 2022-12-23
  • 2021-07-15
  • 2022-12-23
  • 2021-06-16
  • 2021-11-21
  • 2022-12-23
  • 2021-08-04
  • 2022-01-21
猜你喜欢
  • 2021-05-01
  • 2022-12-23
  • 2022-12-23
  • 2022-01-11
  • 2021-09-24
  • 2022-12-23
  • 2021-08-27
相关资源
相似解决方案