Code: Select all
@article{sanders2004mapping,
title={Mapping small-scale temperature and abundance structures in the core of the Perseus cluster},
author={Sanders, JS and Fabian, AC and Allen, SW and Schmidt, RW},
journal={Monthly Notices of the Royal Astronomical Society},
volume={349},
number={3},
pages={952--972},
year={2004},
publisher={Wiley Online Library}
}
Code: Select all
\documentclass[12pt]{article}
\usepackage[T1]{fontenc}
\usepackage{natbib}
\begin{document}
some text with reference to \citeb{sanders2004mapping}
\bibliographystyle{plainnat}
\bibliography{myrefs}
\end{document}
Code: Select all
Package natbib Warning: Citation `sanders2004mapping' on page 12 undefined on i
nput line 144.
(./Progress_Report.bbl)
Package natbib Warning: There were undefined citations.
[12] (./Progress_Report.aux) )
Code: Select all
\relax
\citation{sanders2004mapping}
\bibstyle{plainnat}
\bibdata{myrefs}