TeXstudio - Biber 多次在「Build & View」上運行

TeXstudio - Biber 多次在「Build & View」上運行

如果我在 TeXstudio 上運行“Build & View”,它會開始運行 Biber 大約 5-7 次。此外,它建立的參考書目是錯誤的,而它列舉了每個編號為 0 的引用。我認為這是在我單擊“清理輔助文件..”之後發生的。現在它讓我真的發瘋了。不僅因為參考書目沒有以正確的方式建構它,而且建立 pdf 需要花費很多時間,因為 biber 運行了多次。

這是我的 .tex 配置:

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

這是我在建立 pdf 後收到的訊息:

Process started: "/usr/local/texlive/2015/bin/x86_64-darwin/biber" "masterthesis"

INFO - This is Biber 2.1
INFO - Logfile is 'masterthesis.blg'
INFO - Reading 'masterthesis.bcf'
INFO - Found 7 citekeys in bib section 0
INFO - Processing section 0
INFO - Looking for bibtex format file 'masterthesis.bib' for section 0
INFO - Decoding LaTeX character macros into UTF-8
INFO - Found BibTeX data source 'masterthesis.bib'
INFO - Overriding locale 'de-DE' defaults 'normalization = NFD' with 'normalization = prenormalized'
INFO - Overriding locale 'de-DE' defaults 'variable = shifted' with 'variable = non-ignorable'
INFO - Sorting list 'none' of type 'entry' with scheme 'none' and locale 'de-DE'
INFO - No sort tailoring available for locale 'de-DE'
INFO - Writing 'masterthesis.bbl' with encoding 'UTF-8'
INFO - Output to masterthesis.bbl
INFO - WARNINGS: 0

Process exited normally

Process started: /Library/TeX/texbin/pdflatex -synctex=1 -interaction=nonstopmode "masterthesis".tex

Process exited normally

相關內容