I am using plainnat bibliography style, one major problem problem is that the reference are not numbered, also in citation the hyper link is divided so there one box around author year and other box around author name, how can I make two boxed just a one box.
the following are mini example
Code: Select all
\documentclass[a4paper,preprint,review,12pt]{elsarticle}
\usepackage[T1]{fontenc}
\usepackage{mathptmx}
\usepackage{hyperref}
\biboptions{round,comma,authoryear}
\begin{document}
\section{Introduction}
first \citep{nicholson1996review}, second \citep{saji1999dipole}
\nocite{*}
\section*{Refernce}
\bibliography{africa}
\bibliographystyle{plainnat}
\end{document}
Code: Select all
@article{nicholson1996review,
title={A review of climate dynamics and climate variability in eastern Africa},
author={Nicholson, SE},
journal={The limnology, climatology and paleoclimatology of the East African lakes},
pages={25--56},
year={1996},
publisher={Gordon and Breach Amsterdam,, The Netherlands}
}
@article{saji1999dipole,
title={A dipole mode in the tropical Indian Ocean},
author={Saji, NH and Goswami, Bhupendra Nath and Vinayachandran, PN and Yamagata, T},
journal={Nature},
volume={401},
number={6751},
pages={360--363},
year={1999},
publisher={Nature Publishing Group}
}
@article{vinayachandran2009indian,
title={Indian Ocean dipole: processes and impacts},
author={Vinayachandran, PN and Francis, PA and Rao, SA},
journal={Current trends in science},
pages={569--589},
year={2009},
publisher={Indian Academy of Sciences}
}
thanks in advance