Files
LaTeX_templates/Beamer/Parts/Figures.tex
2025-11-12 17:13:43 +01:00

12 lines
205 B
TeX

\section{Les Figures/logos}
\begin{frame}{Titre de la frame}
\begin{figure}
\centering
\includegraphics[scale=0.5]{example-image-a}
\caption{Une bonne description de la figure}
\end{figure}
\end{frame}