
Code: Select all
\RequirePackage{filecontents}
\begin{filecontents}{test.bib}
@BOOK{Masselink2011,
author = {Masselink, Gerhard and Hughes, Micheal G. and Knight, Jasper},
title = {Introduction to Coastal Processes \& Geomorphology},
year = {2011},
publisher = {Hodder Education},
}
\end{filecontents}
\documentclass{article}
\usepackage{natbib}
\bibliographystyle{agu}
\citestyle{egu}
\begin{document}
The course is based on the text book by \citet{Masselink2011}.
\bibliography{test}
\end{document}

Is there any other bibliography style I should consider, or alternatively, a way to change the citations to roman instead of italics?