[Tex/LaTex] How to add several authors with different affiliations in beamer

beamertitles

Is it possible to do this in beamer? Or do I have to use other packages?

Best Answer

Yes, something along those lines:

\author[shortname]{author1 \inst{1} \and author2 \inst{2}}
\institute[shortinst]{\inst{1} affiliation for author1 \and %
                      \inst{2} affiliation for author2}

See documentation for Beamer class (page 94, v3.10).