Code: Select all
\begin{filecontents}{biblio.bib}
@article{gz1974,
title={The existence of certain planar maps},
author={Gr{\"u}nbaum, Branko and Zaks, Joseph},
journal={Discrete Mathematics},
volume={10},
number={1},
pages={93--115},
year={1974},
publisher={North-Holland}
}
@article{owens1984regular,
title={Regular planar graphs with faces of only two types and shortness parameters},
author={Owens, PJ},
journal={Journal of graph theory},
volume={8},
number={2},
pages={253--275},
year={1984},
publisher={Wiley Online Library}
}
\end{filecontents}
\documentclass{report}
\usepackage[UKenglish]{babel}
\usepackage[latin1]{inputenc}
\usepackage[round]{natbib}
\begin{document}
\chapter{Introduction}
A paper on planar maps is \citet{gz1974}.
\cleardoublepage
\chapter{Graphs}
3-, 4-, 5-regular non-hamiltonian graphs can be found in \citep{owens1984regular}.
\renewcommand{\bibname}{References}
\setlength{\bibhang}{0.5in}
\bibliographystyle{plainnat}
\bibliography{biblio}
\end{document}