【发布时间】:2022-07-20 20:54:04
【问题描述】:
您好,我在论文中使用 Overleaf,最近开始出现此警告: 第 1 页的引文“objprogen”在输入第 8 行未定义。
此引文已在“sources.bib”文件中创建,如下所示:
@article{objprogen,
author={Guo, Wenzhong and Lin, Renjie and Wang, Shiping and Xiong, Neal},
booktitle={2018 9th International Symposium on Parallel Architectures, Algorithms and
Programming (PAAP)},
title={Object Proposal Generation for Unsupervised Object Localization},
year={2018},
volume={},
number={},
pages={235-242},
doi={10.1109/PAAP.2018.00046}}
这是我的 main.tex 文件:
\documentclass[a4paper]{article}
\usepackage{blindtext, graphicx}
\usepackage{csquotes}
\usepackage[hidelinks]{hyperref}
\usepackage{url}
\usepackage[style=authoryear-ibid,backend=biber]{biblatex}
\hyphenation{op-tical net-works semi-conduc-tor}
\bibliography{sources.bib}
\begin{document}
\title{Can image recognition systems be successfully integrated with existing VIN databases
irrespective of the vehicle manufacturer}
\author{myname}
\maketitle{}
\input{includes/01-Abstract}
\input{includes/02-Introduction}
\input{includes/03-Literature}
\input{includes/04-Methodology}
\input{includes/05-Findings}
\input{includes/06-Conclusion}
\input{includes/07-Appendix}
\end{document}
【问题讨论】:
-
您能否制作一个不依赖于我们无权访问的外部文件的可编译minimal reproducible example?可能在其他地方有一些不相关的错误导致 biber 无法运行。
-
如果您向我们展示 .log 文件也会有所帮助
-
与问题无关,但
hyperref应该在其他包之后加载,而不是\bibliography,您应该使用\addbibresource(正确的 biblatex 宏)