正确代码如下:
\documentclass{beamer}
\usepackage[export]{adjustbox}
\begin{document}
\begin{frame}[t]
\frametitle{Introduction}
\centering
{ \textbf{Quantum Information Processing}}
\begin{itemize}[<+->]
\item \includegraphics<1->[width=0.9cm,valign=c]{example-image-duck} University of Oxford
\item \includegraphics<2->[width=2.5cm,valign=c]{example-image-duck} Université de Montréal
\item \includegraphics<3->[width=2cm,valign=c]{example-image-duck} Université du Quebec
\end{itemize}
\end{frame}
\end{document}
效果如下:
问 beamer制作的适合图片在列表里如何实现逐条播放而不跳转?