Beamer多个作者多个单位的编写

Beamer的封面加上

  1. Joint work with Prof. xxx and Prof. xxx
  2. 两个不同的作者单
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\title{xxxxx}
\author[ author ]{author1\inst{1} \small{Joint work with Prof. author2\inst{1} and Prof. author3\inst{2}}}
\institute[ cug ] % (optional, but mostly needed)
{
\inst{1}
School of Computer Science\\
China University of Geosciences (Wuhan)
\and
\inst{2}
Department of Mathematical Sciences\\
University of Cincinnati
}
\date{\today}
\begin{frame}[plain]
\titlepage
\end{frame}