BibTeX, biblatex and biber ⇒ Specify shorter author name for in-text citations?
Specify shorter author name for in-text citations?
Federal Writers’ Project of the WPA. The WPA Guide to New York City. New York, NY: Pantheon Books, c1982.
which is the "corporate author" style. I would like to cite this as (WPA ##) in the text - is there a way to do that?
[edit]
Ok, let me clarify: I know I could just write (WPA ##) in the text, but then how do I make sure the relevant bibliography entry is included in the "References" section?
[/edit]
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Specify shorter author name for in-text citations?
One solution might be to manually change .bbl file after running bibtex. The file should contain a line looking something like
Code: Select all
\bibitem[{Federal Writers’ Project of the WPA}(1982)]{wpa}
Code: Select all
\bibitem[WPA()]{wpa}
A nicer solution could be to use the natbib alias mechanism. Look up the \defcitealias and \citepalias / \citetalias commands in the natbib manual
Re: Specify shorter author name for in-text citations?
Found a good MLA .sty file here:
http://web.reed.edu/cis/help/LaTeX/bibtexstyles.html