Can't get a corporate author to format correctly
Hi,
I'm trying to cite an advertisement by the Hudson Motor Car Company in 1939 that appeared in a magazine.
Per the documentation that I could find, I made the author entry field "full name" (rather than "last, first"), and put
Hudson Motor Car Company
in that field.
I'm using APA style and exporting to BibTeX.
But now, in my document, I'm getting the inline citation as (Company, 1939)
and the bibliography entry as
Company, H. M. C. (1939, November). The ride of your life waits for you in any 1940
hudson. Popular Mechanics , 72 (5), 5A.
How can I get it to treat the author as a corporate name that doesn't get split up?
Any tips on how to force it to capitalize Hudson in the article title would be good, too.
Thanks!
E.
I'm trying to cite an advertisement by the Hudson Motor Car Company in 1939 that appeared in a magazine.
Per the documentation that I could find, I made the author entry field "full name" (rather than "last, first"), and put
Hudson Motor Car Company
in that field.
I'm using APA style and exporting to BibTeX.
But now, in my document, I'm getting the inline citation as (Company, 1939)
and the bibliography entry as
Company, H. M. C. (1939, November). The ride of your life waits for you in any 1940
hudson. Popular Mechanics , 72 (5), 5A.
How can I get it to treat the author as a corporate name that doesn't get split up?
Any tips on how to force it to capitalize Hudson in the article title would be good, too.
Thanks!
E.
I went back to an old (pre-Zotero) version of my BibTeX file, and this is the format that comes out correctly in LaTeX:
@article{Hudson1939,
author = {{\bibcorporate{Hudson Motor Car Company}}},
journal = {Popular Mechanics},
title = {The Ride of Your Life Waits for You},
number = {5},
pages = {5A},
volume = {72},
year = {1939},
date-added = {2010-10-16 01:27:15 -0400},
date-modified = {2010-10-21 15:02:11 -0400},
uri = {papers://38198467-8124-4565-A531-32C96C398156/Paper/p220},
read = {Yes},
rating = {0}
}
So how can I get Zotero to output
author = {{\bibcorporate{Hudson Motor Car Company}}}
I tried putting all of that in the Author field, but it didn't work.
Or are you saying I'm doing things the hard way? I'm new to Zotero. Is there a simpler way to get Zotero to put my references into my LaTeX document?
Thanks!!
If you happen to use LyX, take a look at LyZ, which is supposed to be quite convenient.
If extra brackets preserve case and prevent initializing, what does \bibcorporate do?
I think wrapping the name field should be a workable solution.