I am pretty new to LaTeX. I am using TeXnicCenter and I want to use the natbib package. While using
Code: Select all
\citep{griffiths}
Code: Select all
\citet{griffiths}
I filled in all of the following:
(before my "\begin{document}")
Code: Select all
\usepackage{natbib}
Code: Select all
\bibliographystyle{plainnat}
\bibliography{bibfile}
I also downloaded these files:
- harvard.sty
- unsrtnat.sty
- abbrvnat.sty
- plainnat.sty
- natbib.sty
This is how my bib-compiler (JabRef) sets up the bibfile:
Code: Select all
@BOOK{griffiths,
title = {Introduction to Quantum Mechanics},
publisher = {Pearson Prentice Hall},
year = {2005},
author = {Griffiths, D.J.},
owner = {wvandergronden},
timestamp = {2010.12.14}
}
- latex bib (doesn't require .tex extension)
- bibtex bib (doesn't require .bib extension)
- latex bib
- latex bib
Please let me know,
Wouter van der Gronden, a student from the Netherlands (Delft University of Technology, Applied Physics working on my bachelor thesis at the Nuclear Reactor).