如何在 Beamer Title Slide 中包装图形?

如何在 Beamer Title Slide 中包装图形?

我想在 Beamer 演示文稿的标题中使用环绕图。当我尝试时,文档编译失败。现在,我偷偷将图像放在作者下面。有正确的方法吗?

我特别想要的是垂直堆叠的三个作者姓名,其对应的图像位于页面的右下角,水平位于同一水平。

\documentclass{beamer}
\usetheme[progressbar=frametitle]{metropolis}


\title[Short title]{
\includegraphics[width=.8\textwidth]{figures/ibl_logo_2.png}\\
2020 Annual Meeting\\Theory Working Group}

\author{Rylan Schaeffer, Leenoy Meshulam, Ila Fiete
\hfill
\includegraphics[width=0.16\textwidth]{figures/leenoymeshulam.png}
\includegraphics[width=0.16\textwidth]{figures/ilafiete.jpg}
}

\date{} % necessary to omit date

\begin{document}

\begin{frame}
\titlepage

\end{frame}

\end{document}

相关内容