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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply