2021-12-06 16:32:31 +01:00
|
|
|
\documentclass{beamer}
|
|
|
|
|
|
|
|
\usepackage{presentation}
|
|
|
|
|
|
|
|
\author{Tunui Franken}
|
2022-01-01 14:41:00 +01:00
|
|
|
\title{Pourquoi défendre le logiciel libre}
|
2021-12-06 16:32:31 +01:00
|
|
|
\institute{Efrei Paris}
|
|
|
|
\logo{\includegraphics[width=0.1\textwidth]{./img/logo-efrei.jpg}}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\begin{frame}
|
|
|
|
|
|
|
|
\maketitle{}
|
|
|
|
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
\begin{frame}
|
|
|
|
|
|
|
|
\tableofcontents{}
|
|
|
|
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
|
|
|
|
\end{document}
|