BibTeX, biblatex and biberAuthor Ownership, e.g., Smith's (2002, 2004)

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Dutty_Sutty
Posts: 4
Joined: Fri Aug 05, 2011 6:29 pm

Author Ownership, e.g., Smith's (2002, 2004)

Post by Dutty_Sutty »

Hi,

I'm new to LaTeX. Things had been going swimmingly until I hit a piece of text saying something to the end of:

"... Smith's (2002, 2004)..."

I know how to do the multiple references, but not the apostrophe and 's' on the end of Smith. My BibTeX file has references like Smith_creation_2002 and Smith_destruction_2004. No idea how to bring the ownership apostrophe in here. Any ideas for this example?

Thanks in advance
Last edited by Dutty_Sutty on Fri Aug 26, 2011 11:36 am, edited 1 time in total.

Recommended reading 2024:

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

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

paul
Posts: 49
Joined: Thu Apr 08, 2010 5:56 am

Author Ownership, e.g., Smith's (2002, 2004)

Post by paul »

Dutty_Sutty wrote:Hi,

I'm new to LaTeX. Things had been going swimmingly until I hit a piece of text saying something to the end of:

"... Smith's (2002, 2004)..."

I know how to do the multiple references, but not the apostrophe and 's' on the end of Smith. My BibTeX file has references like Smith_creation_2002 and Smith_destruction_2004. No idea how to bring the ownership apostrophe in here. Any ideas for this example?

Thanks in advance
harvard has \possessivecite, but most packages don't have anything to do that. Assuming you're using natbib: either write "Smith's \citeyearpar{...}", or "\citeauthor{...}'s \citeyearpar{...}", or write your own \citeg (or whatever you want to call it. "possessivecite" is a horrid name; "g" is for "genitive"), but it seems like a reasonably complicated thing to do in general...
Post Reply