我是 latex 新手,正在使用 Overleaf。在介绍第一次引用时遇到了警告。虽然我找到了关于完全相同问题的主题,但我通过阅读教程和论坛都找不到问题的解决方案。
我pre.tex
文件中使用的包
\usepackage[backend=biber,style=authoryear]{biblatex}
\addbibresource{bibliography.bib}
我的 bibliography.bib 文件中有问题的参考:
@book{aglarov02, address = {Makhachkala}, edition = {Yupiter}, title = {Andijcy: {Istoriko}-{etnografičeskoe} issledovanie [{Les} {Andi}: {étude} historico-ethnographique]}, shorttitle = {Les {Andis}}, author = {Aglarov, M. A.}, pages = {3},
date = {2002}
我的主文件中的文本:
les Andis ont été recensés comme Avars entre 1959 en 1989 (\cite[p. 3]{aglarov02}).
警告内容:
LaTeX Warning: Citation 'aglarov02' on page 3 undefined on input line
9.
提前感谢您的时间和精力,
雪
答案1
我终于通过替换解决了这个问题
\usepackage[backend=biber,style=authoryear]{biblatex}
\addbibresource{bibliography.bib}
...完全相同的文本!