LaTex 之 TexStudio和TexLive之间文件未匹配导致的无法编译问题(Error: Could not start the command)
报错 “Error: Could not start the command: pdflatex.exe”
Texlive和TexStudio安装的先后顺序问题,可能导致texstudio无法自动匹配到texlive相关的文件位置,因此需要手动将两者链接,具体操作是改变pdflatex的位置,使之与texlive安装位置匹配,详见如下图片!其他编译条件下的该类报错,解决方案一致。(该出借鉴:解决(TeXstudio)Could not start the command: pdflatex.exe -synctex=1 -interaction=nonstopmode的问题)
无法通过TexStudio按钮直接链接到外部PDF打开文件问题
问题描述如下:
解决方案,是要注意%.pdf 和 “?am.pdf" 的区别,具体见如下图片!