From 69ba0832f964c329c6879b13969b479309d1eaa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Wed, 26 Oct 2011 08:36:10 +0200 Subject: [PATCH] =?UTF-8?q?Premi=C3=A8res=20versions=20de=20la=20pr=C3=A9s?= =?UTF-8?q?entation=20et=20du=20rapport.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- presentation/.gitignore | 7 +++ presentation/presentation.tex | 80 +++++++++++++++++++++++++++++++++++ rapport/.gitignore | 7 +++ rapport/rapport.tex | 15 +++++++ 4 files changed, 109 insertions(+) create mode 100644 presentation/.gitignore create mode 100644 presentation/presentation.tex create mode 100644 rapport/.gitignore create mode 100644 rapport/rapport.tex diff --git a/presentation/.gitignore b/presentation/.gitignore new file mode 100644 index 0000000..d40cacd --- /dev/null +++ b/presentation/.gitignore @@ -0,0 +1,7 @@ +*.pdf +*.aux +*.toc +*.log +*.nav +*.out +*.snm diff --git a/presentation/presentation.tex b/presentation/presentation.tex new file mode 100644 index 0000000..56fd78b --- /dev/null +++ b/presentation/presentation.tex @@ -0,0 +1,80 @@ +\documentclass{beamer} +\usepackage[utf8]{inputenc} +\usepackage[frenchb]{babel} +\usepackage{tikz} +\usepackage{subfigure} +\usepackage[scriptsize]{caption} +\usepackage{multicol} +\renewcommand*{\figurename}{} +\usetikzlibrary{shapes,positioning,snakes,calc} +\usetheme{Darmstadt} + +% \setbeamercolor{alerted text}{fg=blue} + +\title{FMIN327 Cognition individuelle et collective\\ Protocoles artificiels entre agents naturels} +\author{DUPÉRON Georges \and\\ BONAVERO Yoann} +\institute{Université Montpellier II, Département informatique \\ Master 1 IFPRU \\ Sous la direction de Monsieur Jacques Ferber} +\date{Jeudi, 3 novembre 2011} + +\defbeamertemplate*{footline}{shadow theme} +{% + \leavevmode% + \hbox{\begin{beamercolorbox}[wd=.5\paperwidth,ht=2.5ex,dp=1.125ex,leftskip=.3cm plus1fil,rightskip=.3cm]{author in head/foot}% + \usebeamerfont{author in head/foot}\insertframenumber\,/\,\inserttotalframenumber\hfill\url{http://www.pticlic.fr/} + \end{beamercolorbox}% + \begin{beamercolorbox}[wd=.5\paperwidth,ht=2.5ex,dp=1.125ex,leftskip=.3cm,rightskip=.3cm plus1fil]{title in head/foot}% + \usebeamerfont{title in head/foot}\insertshorttitle% + \end{beamercolorbox}}% + \vskip0pt% +} + +\begin{document} +\renewcommand*{\figurename}{} + +\begin{frame} + \titlepage +\end{frame} + +\section{Introduction} + +\begin{frame} +\end{frame} + +\section{Espéranto} + +\begin{frame} +\end{frame} +\section[Contrats]{Législation et contrats formels} + +\begin{frame} + \begin{itemize} + \item Brouillon de spec + \item Pas d'implémentation + \end{itemize} +\end{frame} + +\section{Supports} + +\begin{frame} + \begin{itemize} + \item Alphabet % + origine de l'alphabet + \item Morse + \item Braille + \item Langage des signes + \end{itemize} +\end{frame} + +\section{Procédures administratives} + +\begin{frame} +\end{frame} + +\section{Conclusion} + +\begin{frame} + \begin{itemize} + \item Sujet ouvert% 0 résultats sur google pour "protocoles artificiels" "agents naturels". + \end{itemize} +\end{frame} + +\end{document} diff --git a/rapport/.gitignore b/rapport/.gitignore new file mode 100644 index 0000000..d40cacd --- /dev/null +++ b/rapport/.gitignore @@ -0,0 +1,7 @@ +*.pdf +*.aux +*.toc +*.log +*.nav +*.out +*.snm diff --git a/rapport/rapport.tex b/rapport/rapport.tex new file mode 100644 index 0000000..bb5b06c --- /dev/null +++ b/rapport/rapport.tex @@ -0,0 +1,15 @@ +\documentclass[french,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[frenchb]{babel} + +\title{FMIN327 Cognition individuelle et collective\\ Protocoles artificiels entre agents naturels} +\author{DUPÉRON Georges \and BONAVERO Yoann} + +\begin{document} + +\maketitle +\tableofcontents +\newpage + +\end{document}