HUSTtex icon indicating copy to clipboard operation
HUSTtex copied to clipboard

windows下miktex+texstudio无法编译通过

Open ZerQAQ opened this issue 3 years ago • 1 comments

texstudio中message提示

Process started: B:\enviroment\miktex\miktex\bin\x64\xelatex.exe -synctex=1 -interaction=nonstopmode "HUSTproposal".tex

Error: Command crashed: B:\enviroment\miktex\miktex\bin\x64\xelatex.exe -synctex=1 -interaction=nonstopmode "HUSTproposal".tex

Process exited with error(s)

无log

ZerQAQ avatar Feb 23 '22 12:02 ZerQAQ

可能是windows下的路径问题,导致 xelatex.exe 没找到。你把编译器路径改成:

B:\\enviroment\\miktex\\miktex\\bin\\x64\\xelatex.exe

试一下

zfengg avatar Mar 04 '22 06:03 zfengg