Biber 错误 TexMaker

Biber 错误 TexMaker

我尝试编译我的文件。我的主要问题是我无法获取参考书目。我在 macOS 上使用 TexMaker。

现在,我收到此消息:

Process started

INFO - This is Biber 2.14 INFO - Logfile is 'mydocument.blg' INFO - Reading 'mydocument.bcf' INFO - Found 1 citekeys in bib section 0 INFO - Processing section 0 INFO - Globbing data source 'references.bib' INFO - Globbed data source 'references.bib' to references.bib INFO - Looking for bibtex format file 'references.bib' for section 0 INFO - LaTeX decoding ... INFO - Found BibTeX data source 'references.bib' ERROR - BibTeX subsystem: /var/folders/q5/yw2xj5zd3n5_59mz7pkbl6bh0000gn/T/biber_tmp_IYx9/references.bib_10335.utf8, line 2, syntax error: found "author", expected "," INFO - ERRORS: 1

Process exited with error(s)

我编辑了 Bib(la)tex 以指向"/usr/local/texlive/2020/bin/x86_64-darwin/biber" %.bcf

我的书目仅包含一个条目:

@online{ceticwebsiteenquelquesmots
author = {"notme"},
title = {article_title},
year = {notreallynow},
url = {url_of_the_article}
}

你可以帮帮我吗?

提前致谢。

答案1

你后面少了一个逗号 ceticwebsiteenquelquesmots

相关内容