For advice and one to one support please contact your Subject Librarian or email library@imperial.ac.uk
Sign up for Getting started with LaTeX workshop
Natbib is a LaTeX package that provides greater control over how citations are created and displayed in your document. It supports various citation styles including numerical style (Vancouver) and author / date (Harvard).
\documentclass{article}
\usepackage{natbib}
\begin{document}
You are citing a reference using Natbib: \citep{Unique_key}.
\bibliographystyle{agsm}
\bibliography{references}
\end{document}
library@imperial.ac.uk
+44 (0)20 7594 8810