直到几个小时前,当我单击Shift+Ctrl+PWinEdt 9.0 时,它既进行了编译又提供了 pdf 文件的预览。
但是现在它只进行 PDFTeXify 处理。我该如何将其恢复到之前的状态?
完整的错误是:
Command Line: bibtex.exe "File1"
Startup Folder: E:\Folder1;File1
This is BibTeX, Version 0.99d (MiKTeX 2.9)
The top-level auxiliary file: File1.aux
I found no \citation commands---while reading file File1.aux
I found no \bibdata command---while reading file File1.aux
I found no \bibstyle command---while reading file File1.aux
(There were 3 error messages)
Command Line: texify.exe --pdf --tex-option=--interaction=errorstopmode --tex-option=--synctex=-1 "E:\Folder1;File1.tex"
Startup Folder: E:\Folder1;File1
pdflatex.exe: Invalid argument.
pdflatex.exe: Data: File1
texify: pdflatex.exe failed for some reason (see log file).
_____________________________________________________________________
PDFTeXify Compilation Report (Pages: 0)
Errors: 0 Warnings: 0 Bad Boxes: 0
_____________________________________________________________________
答案1
问题是;
您的文件夹名称中有一个分号 ( ),这导致了错误。
pdflatex 无法识别该路径,因为它包含分号。