Closed PaleNeutron closed 2 years ago
清理一下缓存试试?latexmk -C 或者 make clean
都试过了,并没有什么用
biber main 有啥提示吗?提供一下 main.blg
main.blg.log
这是make后的main.blg
。
这是单独运行biber main的stdout:
$ biber main
INFO - This is Biber 2.16
INFO - Logfile is 'main.blg'
INFO - Reading 'main.bcf'
INFO - Found 22 citekeys in bib section 0
INFO - Processing section 0
INFO - Looking for bibtex format file 'bibdata/thesis.bib' for section 0
INFO - LaTeX decoding ...
INFO - Found BibTeX data source 'bibdata/thesis.bib'
但是main.bbl是0 bytes
对比正常的 biber 输出:
[0] Config.pm:311> INFO - This is Biber 2.16
[0] Config.pm:314> INFO - Logfile is 'main.blg'
[52] biber-darwin:340> INFO - === Sun Feb 20, 2022, 16:59:41
[64] Biber.pm:415> INFO - Reading 'main.bcf'
[156] Biber.pm:952> INFO - Found 22 citekeys in bib section 0
[168] Biber.pm:4340> INFO - Processing section 0
[176] Biber.pm:4531> INFO - Looking for bibtex format file 'bibdata/thesis.bib' for section 0
[177] bibtex.pm:1689> INFO - LaTeX decoding ...
[194] bibtex.pm:1494> INFO - Found BibTeX data source 'bibdata/thesis.bib'
[231] Utils.pm:395> WARN - legacy year field '1957/1990' in entry 'LSC1957' is not an integer - this will probably not sort properly.
[365] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'variable = shifted' with 'variable = non-ignorable'
[365] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'normalization = NFD' with 'normalization = prenormalized'
[365] Biber.pm:4168> INFO - Sorting list 'none/global//global/global' of type 'entry' with template 'none' and locale 'en-US'
[365] Biber.pm:4174> INFO - No sort tailoring available for locale 'en-US'
[378] bbl.pm:654> INFO - Writing 'main.bbl' with encoding 'UTF-8'
[389] bbl.pm:757> INFO - Output to main.bbl
[389] Biber.pm:128> INFO - WARNINGS: 1
感觉是 biber 跑到一半因为奇怪的原因崩溃了?
可以考虑重启一下电脑,或者用 https://tex.stackexchange.com/questions/140814/biblatex-biber-fails-with-a-strange-error-about-missing-recode-data-xml-file 的方法清理一下 biber cache(
rm -rf biber --cache
搞定了
我也遇到类似的问题,换成 bibtex 之后没问题了,编译好像也更快了
问题描述:
直接clone下来make不通过,biber流程似乎有问题,回退到1.0版之后make一切正常
系统信息:
日志信息:
main.log