BibTeX, biblatex and bibern.d. (no date) using natbib with apalike

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
lauraf
Posts: 29
Joined: Tue Jan 13, 2009 12:44 pm

n.d. (no date) using natbib with apalike

Post by lauraf »

Hi all,

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.}}
This formats as Pagel and Meade (nd) in the text, and as Pagel and Meade (n.d.) in the reference list. Is there any way for the in text reference to preserve the full stops? I have tried enclosing the n.d. in extra braces etc but nothing seems to work.

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... :cry:

Any help much appreciated!
Laura

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

pandammonium
Posts: 55
Joined: Thu Oct 30, 2008 4:12 pm

n.d. (no date) using natbib with apalike

Post by pandammonium »

Just leave the year field blank, then the `no date' will be formatted according to your style file, for example, Harvard's apsr gives `N.d.' and agsm gives `n.d.'; apalike should do whatever the APA specifies.

Code: Select all

  year =         {},
Post Reply