2021-12-06 16:32:31 +01:00
|
|
|
\documentclass{beamer}
|
|
|
|
|
|
|
|
\usepackage{presentation}
|
|
|
|
|
|
|
|
\author{Tunui Franken}
|
2021-12-17 19:44:26 +01:00
|
|
|
\title{Pourquoi 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}
|