Function format_authors

Source
fn format_authors(creators: &[Creator]) -> String
Expand description

Format creators as BibTeX author field.

BibTeX author format: Last1, First1 and Last2, First2