28 lines
552 B
TeX
28 lines
552 B
TeX
\documentclass{beamer}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[frenchb]{babel}
|
|
\usetheme{Warsaw}
|
|
|
|
\title{FMIN105 \\ Complexité/Calculabilité/Algorithmique}
|
|
\author{DUPÉRON Georges \and\\ CHARRON John \and\\ BRUN Bertrand \and\\ BONAVERO Yoann}
|
|
\institute{Université Montpellier II, Département informatique}
|
|
\date{Jeudi, 16 décembre 2010}
|
|
|
|
\begin{document}
|
|
|
|
\begin{frame}
|
|
\titlepage
|
|
\end{frame}
|
|
|
|
\begin{frame}
|
|
\textsc{Beamer}, c'est vachement tout beau!
|
|
\end{frame}
|
|
|
|
\begin{frame}
|
|
Et c'est facile.
|
|
\end{frame}
|
|
|
|
\end{document}
|
|
|
|
|