Instead of referencing an author, I would like to reference an institution e.g. LaTeX Community. If in my *bib file I have
Code: Select all
@article{LatCom}, % same with @misc
author="LateX Community"
rather than what I wantbla bla Community(2010) bla bla
So my question is how to get the name of the whole institution rather than in effect what BibTex think is the surname (i.e. Community) only?bla bla LaTeX Community(2010) bla bla
I am using natbib, \bibliographystyle{apalike}
Thanks!