BibTeX, biblatex and biberBibTeX Affiliation Field (non-standard)

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
beethovengg
Posts: 8
Joined: Tue Nov 16, 2010 4:55 am

BibTeX Affiliation Field (non-standard)

Post by beethovengg »

hello LaTeX and BibTeX experts,

suppose i have one author, and there is a corresponding affiliation for this author, then i can make this BibTeX entry:

Code: Select all

@article{key,
author={Surname1, FirstName1},
affiliation={affiliation1},
...
}
(affiliation is a nonstandard entry)

if i have 2 authors, and each have different affiliations, how do i include both their affiliations in the BibTeX entry? would the following be the correct syntax?

Code: Select all

@article{key,
author={Surname1, FirstName1 and Surname2, FirstName2},
affiliation={affiliation1 and affiliation2},
...
}
thanks in advance for your kind help.

beethovengg

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply