我试图将四张图片放在一个标题幻灯片的四个不同位置,而不是放在一行中。
答案1
我可以通过\logo{}
如下两次使用命令来完成此操作:我\logo{}
第二次使用了空命令,以便输出仅在标题页上提供徽标。
\logo{\begin{columns}[t]
\column{.9\textwidth}
\includegraphics[width=2cm]{ubfc}\vspace{10mm}\\
\includegraphics[width=2cm]{p2food}
\column{.8\textwidth}
\includegraphics[width=2cm]{agrosup}\vspace{10mm}\\
\includegraphics[width=2cm]{nutox}
\end{columns}}
\maketitle
\logo{}
\begin{frame}{Contents}
\setbeamertemplate{section in toc}[sections numbered]
\tableofcontents
\end{frame}