BibTeX, biblatex and biberRepeated author

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Tim
Posts: 2
Joined: Tue Mar 03, 2009 4:51 am

Repeated author

Post by Tim »

Just finishing up my thesis. Our school style guide specifies that if the same author(s) is listed for multiple works, then after the first time the author is mentioned in the bibliography, subsequent references should use "----" insead of the author's name. For example, if Bob Smith is cited twice, the bibliography should read:

Safe, Muck. Book title. 2005.
Smith, Bob. "Some article" A cool journal. 2001.
-----. "Bob's other article" An even better journal. 2005.
Snoody. ...

I haven't found any BibTeX styles that can do this. Am I missing something or has this not yet been done in LaTeX?

Thanks,
Tim

Recommended reading 2024:

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

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

User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Repeated author

Post by gmedina »

Of course it has been done. The jurabib package, for example, handles this through the keyword ibidem; i.e., you can use something like

Code: Select all

\usepackage[bibformat=ibidem]{jurabib}
Please refer to the package documentation for further information.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply