I need to generate several frames which each contain an image. I was thinking of looping with \ foreach but it doesn't work
\foreach \nn in{1,2,...,5}{
\begin{frame}[fragile]{}
\includegraphics[width=0.8\textwidth]{cata-\nn.jpg}
\end{frame}
}
I need to generate several frames which each contain an image. I was thinking of looping with \ foreach but it doesn't work
\foreach \nn in{1,2,...,5}{
\begin{frame}[fragile]{}
\includegraphics[width=0.8\textwidth]{cata-\nn.jpg}
\end{frame}
}
fragileoption... – Paul Gaborit May 20 '20 at 06:16fragileto "generate several frames which each contain an image". – May 20 '20 at 06:21