I have been trying to create a BST file to replicate the MMU Harvard style (http://libguides.mmu.ac.uk/mmuharvard).
Using makebst and some manual editing, I'm 95% of the way there
,
but I was wondering whether I could have some help perfecting my code so that it can be useful for other people.
The difficulty I'm having is at the end of the INBOOK, INCOLLECTION, and INPROCEEDINGS types. I can't seem to get the capitalisation or the commas in the right place.
I would be grateful for the help.
Parmesh
Code: Select all
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{url}
\usepackage{natbib}
\usepackage{har2nat}
\urlstyle{rm}
\begin{document}
AEF have been doing so and so \citep{aef2013org}. But \citet{aardvark2013china} have been etc. Also \citet{SampleInBook,SampleBook,Klein,Test}
\bibliographystyle{MMUHARVARD_rough.bst}
\bibliography{test2}
\end{document}
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{url}
\usepackage{natbib}
\usepackage{har2nat}
\urlstyle{rm}
\begin{document}
AEF have been doing so and so \citep{aef2013org}. But \citet{aardvark2013china} have been etc. Also \citet{SampleInBook,SampleBook,Klein,Test}
\bibliographystyle{vinay.bst}
\bibliography{vinay}
\end{document}