Texmaker 不編譯參考文獻

Texmaker 不編譯參考文獻

我正在使用 Texmaker 和 Miktex,但在編譯參考文獻時遇到問題。在我的乳膠文件中:

\usepackage[%
backend=biber,%
style=numeric,%
sorting=none,%
]{biblatex}

我正在使用快速建立:pdfLaTeX+View PDF。

當我編譯時,它會列印連結: 在此輸入影像描述

當我在 ShareLatex 中編譯相同的檔案時,它運作得很好,所以一定是一些設定錯誤。

有誰知道錯誤是什麼? 在此輸入影像描述

手動執行 Biber 返回:

INFO - This is Biber 2.2
INFO - Logfile is 'main.blg'
INFO - Reading 'main.bcf'
WARN - Warning: Found biblatex control file version 2.9, expected version 2.8
INFO - Found 46 citekeys in bib section 0 
INFO - Processing section 0
INFO - Looking for bibtex format file 'citations.bib' for section 0
INFO - Decoding LaTeX character macros into UTF-8
INFO - Found BibTeX data source 'citations.bib'
WARN - Duplicate entry key: '7027553' in file 'citations.bib', skipping ...
WARN - Entry ok2006 does not parse correctly
WARN - ISBN '159829556X, 9781598295566' in entry 'Hoelzle' is invalid - run biber with '--validate_datamodel' for details.
WARN - Datamodel: Entry 'oracle' (citations.bib): Invalid format 'n.d' of date field 'date' - ignoring
ERROR - BibTeX subsystem: C:\Users\BILALA~1\AppData\Local\Temp\AI_7lm2bHk\citations.bib_7640.utf8, line 585, syntax error: at end of input, expected one of: name (entry type, key, field, or macro name) or end of entry ("}" or ")")
INFO - WARNINGS: 5
INFO - ERRORS: 1

Process exited with error(s)

答案1

檢查預設參考書目工具是否設定為txs:///biber 如果是,請從選單中單獨執行 Biber(工具 > 命令 > Biber),然後再次編譯,應該可以工作。

您是否嘗試過刪除 .aux 檔案?有時,如果它是由於錯誤或其他原因產生的,那麼刪除並重新編譯會更快。

相關內容