Adding captions to aligned images in beamer - TeX - LaTeX Stack Exchange
\documentclass{beamer}
\begin{document}
\begin{frame}
\begin{columns}[onlytextwidth]
\begin{column}{.45\textwidth}
\begin{figure}
\includegraphics[width=\textwidth]{example-image-a}
\caption{First image}
\end{figure}
\end{column}
\hfill
\begin{column}{.45\textwidth}
\begin{figure}
\includegraphics[width=\textwidth]{example-image-b}
\caption{Second image}
\end{figure}
\end{column}
\end{columns}
\end{frame}
\end{document}
しかし図の下に??
がひっくり返ったものが入ってしまう…
→追記: 治った.\includegraphics[width=\textwidth]
が\includegraphics[width=\textwidth>]
になっていた…