我有一个像这样的投影仪幻灯片。
\documentclass{beamer}
\usetheme[progressbar=frametitle]{metropolis}
\begin{document}
\begin{frame}[standout]
Test!
\begin{figure}
\centering
\includegraphics[width=\textwidth]{test.jpg}
\caption*{A Photo}
\end{figure}
\end{frame}
\end{document}
由于图像test.jpg
是纵向布局,因此它不会占据幻灯片的整个高度。因此内容在幻灯片的主题处垂直对齐。我怎样才能使所有内容垂直对齐在中心?