我知道这是一个反复出现的问题,但我一直无法找出到底发生了什么。我不断收到未定义的引用,我的 bib 文件
@article{Yao_Sensitivity_2014,
title = {Sensitivity of Photoacoustic Microscopy},
volume = {2},
issn = {2213-5979},
url = {http://www.sciencedirect.com/science/article/pii/S2213597914000111},
doi = {10.1016/j.pacs.2014.04.002},
abstract = {},
number = {2},
journaltitle = {Photoacoustics},
shortjournal = {Photoacoustics},
urldate = {2016-10-19},
date = {2014-06},
pages = {87--101},
keywords = {Absorption contrast,Contrast agents,Detection sensitivity,Early
cancer detection,Ultrasonic transducer,photoacoustic microscopy},
author = {Yao, Junjie and Wang, Lihong V.},
file = {C:\\Users\\User\\Zotero\\storage\\6J88ECWR\\Yao and Wang - 2014 -
Sensitivity of photoacoustic
microscopy.pdf;C:\\Users\\USer\\Zotero\\storage\\C842F6SK\\Yao and Wang -
2014
- Sensitivity of photoacoustic microscopy.pdf;C:\\Users\\USer\\Zotero\\storage\\773V75IP\\S2213597914000111.html;C:\\Users\\USer\\Zotero\\storage\\D89STV9S\\S2213597914000111.html;C:\\Users\\USer\\Zotero\\storage\\XGG74R6X\\S2213597914000111.html}
}
我的 MWE 看起来像
\listfiles
\documentclass[%
reprint,%
%secnumarabic,%
amssymb, amsmath,%
aip,apl,%
%groupedaddress,%
%frontmatterverbose,
]{revtex4-1}
\usepackage{natbib}
\usepackage{docs}%
\usepackage{bm}%
\usepackage[colorlinks=true,linkcolor=blue]{hyperref}%
%\nofiles
\expandafter\ifx\csname package@font\endcsname\relax\else
\expandafter\expandafter
\expandafter\usepackage
\expandafter\expandafter
\expandafter{\csname package@font\endcsname}%
\fi
\hyphenation{title}
\begin{document}
\title{Author's Guide to AIP Substyles for \revtex~4.1}%
\author{AIP Journal Program}%
\email{[email protected]}
\affiliation{American Institute of Physics\\Suite 1NO1, 2 Huntington
Quadrangle\\Melville, New York 11747-4502, USA}%
\date{March 2010}%
\revised{August 2010}%
\maketitle
\tableofcontents
\section{Introduction}
\cite{Yao_Sensitivity_2014}
\citep{yao_sensitivity_2014}
\bibliographystyle{plainnat}
\bibliography{Exported Items}
\end{document}
但我一直收到两个引用未定义的信息。这是我的 bib 文件的问题还是其他问题?
答案1
\citep{yao_sensitivity_2014}
用。。。来代替\citep{Yao_sensitivity_2014}