From 1c700a3edba79b7eb580015ecdfa16841df1138a Mon Sep 17 00:00:00 2001 From: Bertrand BRUN Date: Thu, 2 Dec 2010 11:56:19 +0100 Subject: [PATCH] Ajout du squelette de la presentation --- presentation/presentation.tex | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 presentation/presentation.tex diff --git a/presentation/presentation.tex b/presentation/presentation.tex new file mode 100644 index 0000000..f7fa240 --- /dev/null +++ b/presentation/presentation.tex @@ -0,0 +1,27 @@ +\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} + +