
答え1
環境を使用しますcolumns
。以下は簡単なデモです:
\documentclass{beamer}
\begin{document}
\begin{frame}
\begin{columns}[T]
\begin{column}{5cm}
\includegraphics[width=4cm]{example-image.pdf}
\end{column}
\begin{column}{5cm}
\begin{itemize}
\item one
\item two
\item three
\end{itemize}
\end{column}
\end{columns}
\end{frame}
\end{document}