I am trying to use natbib but I did not get desired results. The commands I used before
\documentclass
are the following:Code: Select all
\begin{filecontents*}{bibfile.bib}
@book{goossens93,
author = "Michel Goossens and Frank Mittlebach and Alexander Samarin",
title = "The Latex Companion",
year = "1993",
publisher = "Addison-Wesley",
address = "Reading, Massachusetts"
}
@article{lamport94,
author="Leslie Lamport",
title="\LaTeX: A Document Preparation System",
year="1994",
journal = "Addison Wesley, Massachusetts",
}
........
\end{filecontents*}
\end{document}
.
Code: Select all
\bibliographystyle{plainnat}
\bibliography{bibfile}
\usepackage[round]{natbib}
in the preamble.The problem is: Latex produce nothing under these commands.
Is that because I have too much references? If so, how to set the limited number of references in natbib? Or, is there anything wrong with my commands?
Any suggestion is appreciated.
Lynn Lee