Code: Select all
\begin{filecontents*}{test1.bib}
@book{kuznetsov1998elements,
title={Elements of applied bifurcation theory},
author={Kuznetsov, Y.A.},
volume={112},
year={1998},
publisher={Springer Verlag}
}
\end{filecontents*}
\documentclass{article}
\usepackage{natbib,hyperref}
\begin{document}
test \cite{kuznetsov1998elements}
\bibliographystyle{plainnat}
\bibliography{test1}
\end{document}