


brede_bib_authors2html - Convert authors to HTML
s = brede_bib_authors2html(B)
Input: B 'Bib' structure
Output: s HTML string
This function converts a list of authors represented in the
'Author', 'author' or 'authors' field of a 'bib' structure to
a HTML string.
If there is a 'woper' then a web-link will be made.
Example:
B.Author{1}.name = 'Christian Gerlach';
B.Author{1}.woper = 20;
B.Author{2}.name = 'Soren Kyllingsbaek';
brede_bib_authors2html(B)
B2.authors = 'Gerlach, Law, Gade, Paulson';
brede_bib_authors2html(B2)
See also BREDE, BREDE_BIB, BREDE_BIB_BIB2HTML,
BREDE_URL_WOPER.
$Id: brede_bib_authors2html.m,v 1.4 2005/10/07 13:07:02 fnielsen Exp $