Skip to content

Instantly share code, notes, and snippets.

View Wacken88's full-sized avatar

Jan Wacken88

View GitHub Profile
FUNCTION { format.names }
{
#3 'maxauthors := % print at most <maxauthors> authors
#2 'cutafter := % only print <cutafter> authors
% if number of authors exceeds <maxauthors>
% Format bibliographical entries with the first author last name first,
% and subsequent authors with initials followed by last name.
% All names are formatted in this routine.