Is there a way to capitalize the "n.d." or no date in in-text citation in LaTeX? As in:
Lorem ipsum (Doe, n.d.) to Lorem Ipsum (Doe, N.D.)
Or for the sake of it is there a way to customize "n.d." to something else?
I am using APA citation style for BibTeX:
\bibliographystyle{apacite}
Sample reference with no date:
@misc{Git,
author = {Git},
title = {Git: the fast version control system},
howpublished = {Retrieved November 11, 2011, from CVS: \url{"http://git-scm.com/"}}
}
