I am using natbib with style apalike. I wish to insert a reference with no date, which following the APA guidelines should have (n.d.) in place of the year.
For example:
Code: Select all
@manual{pagelMeadeBT,
Author = {Pagel, Mark and Meade, Andrew},
Note = {Retrieved September 1, 2008, from \url{http://www.evolution.reading.ac.uk/BayesTraits.html}},
Organization = {School of Biological Sciences, University of Reading},
Title = {\emph{{B}ayes{T}raits} manual (version 1.0)},
Url = {http://www.evolution.reading.ac.uk/BayesTraits.html},
Year = {n.d.}}
I know that apacite can handle this but I am too close to submitting my thesis to want to change it all at this stage...

Any help much appreciated!
Laura