bibtex8:open_op_file 錯誤

bibtex8:open_op_file 錯誤

bibtex8文件開啟錯誤

當我在 Windows 7 下啟動時bibtex8,它因致命錯誤而終止:

C:\Program Files\MiKTeX 2.9\miktex\bin>bibtex8.exe -d io -c cp1251.csf C:\Users\
skobls\Documents\ComSet\ComSet
D-I/O: open_ip_file: trying to open `C:/Users/skobls/Documents/ComSet/ComSet.aux
' ...
D-I/O: open_op_file: trying to open `C:\Users\skobls\Documents\ComSet\ComSet.blg
' ...
open_op_file: error opening `C:\Users\skobls\Documents\ComSet\ComSet.blg'
I couldn't open file name `C:\Users\skobls\Documents\ComSet\ComSet.blg'
(That was a fatal error)

這可以透過某種方式治癒嗎?更改相容性模式和權限等級沒有幫助。即使.blg檔案不存在,錯誤仍然存在。

答案1

這裡的解決方案是使用相對路徑。

TeXnicCenter正確的參數如下BibTeX

BibTeX 執行檔的路徑:

C:\Program Files\MiKTeX 2.9\miktex\bin\bibtex8.exe

傳遞給 BibTeX 的命令列參數:

-B -c cp1251.csf "%tm"

相關內容