I am using Kile on ubuntu and new to latex. I have a problem with reference for the article in Natbib package. My preamble looks like this.
Code: Select all
documentclass[12pt,a4paper]{article}
\usepackage[round,sort,numbers]{natbib}
\usepackage{txfonts}
\usepackage{mathptmx}
\usepackage[caption=false,font=footnotesize]{subfig}
\usepackage{graphicx}
\usepackage{setspace}
\usepackage{natbib}
\usepackage[breaklinks]{hyperref}
\usepackage[top=2.5cm, bottom=2.5cm, left=2.5cm, right=2.5cm]{geometry}
\bibpunct{(}{)}{,}{a}{,}{,}
\begin{document}
\bibliographystyle{agsm}
\bibliography{referen}
\end{document}
Jacks, D. S. (2007),'Populist versus theorists: Futures markets and the Volatility of Prices', Explorations in Economic History 44,342-362.
But i want to have output like this
Jacks, D. S. (2007), Populist versus theorists: Futures markets and the Volatility of Prices, Explorations in Economic History, Vol. 44, pp. 342-362.
I am using JABREF for my bibliography entry and Kile for texediting.
As I am new to latex i am not able to track the problem so far..
Will be grateful to you for your solution
Sincere regards,
Upananda