
我希望你一切都好。我在將參考書目納入我的碩士論文時遇到了一些令人困惑的困難。我在 Mac 上使用 Texpad 和 BibDesk。我的 tex 檔案中有以下幾行:
\usepackage[authordate, backend=biber]{biblatex-chicago}
\addbibresource{thesis.bib}
看起來像這樣應該工作時,Texpad 在「結構」面板中提取文檔,並能夠識別其中包含的項目。但是,當我運行 LaTeX 時,我收到以下訊息:
Package biblatex Warning: Please (re)run Biber on the file:
(biblatex) thesis
(biblatex) and rerun LaTeX afterwards.
查看 blg 文件,我看到:
[317] Biber.pm:4523> INFO - Looking for bibtex format file ''/Users/bob/Documents/Cal/Thesis/Thesis Text/thesis.bib'' for section 0
[466] Utils.pm:411> ERROR - Cannot find ''/Users/bob/Documents/Cal/Thesis/Thesis Text/thesis.bib''!
[467] Biber.pm:132> INFO - ERRORS: 1
然而論文.bib是在那個位置!我可以用 BibDesk 和 Texpad 打開它。我嘗試從命令列運行 Biber,得到:
INFO - This is Biber 2.15
INFO - Logfile is 'thesis.bib.blg'
ERROR - Cannot find 'thesis.bib.bcf'!
INFO - ERRORS: 1
我不知道接下來該怎麼做才能解決這個問題。