GeneralCode to generate author name only citations

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Goldfinger820
Posts: 7
Joined: Fri Jul 20, 2007 12:09 am

Code to generate author name only citations

Post by Goldfinger820 »

Hi all,

has anyone got some code they use to generate author only citations that I can pop into my .sty file
just- (Zimmer et al.) with no year

something like how shortcite is defined: \def\shortcite{\def\citename##1{}\@internalcite} but for author names only


cheers


:D

Recommended reading 2024:

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

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

klumpp
Posts: 15
Joined: Mon Jan 15, 2007 11:01 am

Re: Code to generate author name only citations

Post by klumpp »

Unforntunately, I don't know the code you are looking for.

But maybe the combination of makebst and bibtex may help you.
With makebst und can generate customized bibtex styles.
Post Reply