I wan't to use harvard style in my paper. I'm using TeXMaker and natbib. I got agsm.bst downloaded. But it's not helping.
I'm using these commands
\documentclass{article}
\usepackage{natbib}
\begin{document}
\bibliography{FILE}
\bibliographystyle{agsm} % that loads file agsm.bst
% it's working fine for \bibliographystyle{plain}, but that's not the referencing I want
\end{document}
I doubt it's a problem with the way I'm saving agsm.
Can someone help me out?
pjgsm.bst, notagsm.bst, is this a typo? What error message do you get? – Corentin Oct 16 '12 at 12:51pjgsm.bstinstead of the wantedagsm.bst. Please make always a complete minimal working example (MWE). I added\documentclass{article}to your MWE. Please correct it, if you need something else ... – Kurt Oct 16 '12 at 13:17pjgsmis a typo, I took the liberty of editing your post to replace this withagsmas you meant. – Corentin Oct 17 '12 at 14:51