我使用 .bib 文件来记录所有参考文献,但编译后发现引用显示不正确,顺序不正确,有些甚至根本不显示!我附上一小段文本作为示例:
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage{amssymb,mathrsfs,epsfig,color, url}
\usepackage{amsmath}
\usepackage{booktabs}
\usepackage[utf8x]{inputenc}
\usepackage{colortbl}
\usepackage{adjustbox}
\usepackage{hyperref}
\usepackage{slashed}
\usepackage{fancyhdr}
\usepackage[ddmmyyyy,hhmmss]{datetime}
\usepackage{filecontents}
\usepackage{float}
\usepackage[justification=centering]{caption}
\usepackage{subcaption}
\usepackage{multirow}
\pagestyle{plain}
\usepackage{cancel}
\begin{document}
\section{Four-fermion operator basis (Ref.\cite{Aguilar-Saavedra:2010uur})}
\label{sec:2}
\textbf{Q: How $O_{\ell q}^{1}$ and $O_{\ell q}^{3}$ is different ?}
\vspace{1 cm}
We follow the notation in Refs.~\cite{Buchmuller:1985jz,Arzt:1994gp} for gauge-invariant operators, introducing flavour indices $i,j,k,l = 1,2,3$.
\bibliographystyle{ieeetr}
\bibliography{refsEFT}
\end{document}
参考文件“refsEFT”包含
@article{Buchmuller:1985jz,
author = "Buchmuller, W. and Wyler, D.",
title = "{Effective Lagrangian Analysis of New Interactions and Flavor Conservation}",
reportNumber = "CERN-TH-4254/85",
doi = "10.1016/0550-3213(86)90262-2",
journal = "Nucl. Phys. B",
volume = "268",
pages = "621--653",
year = "1986"
}
@article{Aguilar-Saavedra:2010uur,
author = "Aguilar-Saavedra, J. A.",
title = "{Effective four-fermion operators in top physics: A Roadmap}",
eprint = "1008.3562",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
doi = "10.1016/j.nuclphysb.2011.06.003",
journal = "Nucl. Phys. B",
volume = "843",
pages = "638--672",
year = "2011",
note = "[Erratum: Nucl.Phys.B 851, 443--444 (2011)]"
}
@article{Arzt:1994gp,
author = "Arzt, C. and Einhorn, M. B. and Wudka, J.",
title = "{Patterns of deviation from the standard model}",
eprint = "hep-ph/9405214",
archivePrefix = "arXiv",
reportNumber = "UM-TH-94-15, UCRHEP-125, CALT-68-1932",
doi = "10.1016/0550-3213(94)00336-D",
journal = "Nucl. Phys. B",
volume = "433",
pages = "41--66",
year = "1995"
}
我正在按照以下顺序进行编译pdflatex -> bibtex -> pdflatex -> pdflatex
。请告诉我我做错了什么!