commit 69ba0832f964c329c6879b13969b479309d1eaa5
Author: Georges Dupéron <jahvascriptmaniac+github@free.fr>
Date: Wed, 26 Oct 2011 08:36:10 +0200
Premières versions de la présentation et du rapport.
Diffstat:
4 files changed, 109 insertions(+), 0 deletions(-)
diff --git a/presentation/.gitignore b/presentation/.gitignore
@@ -0,0 +1,7 @@
+*.pdf
+*.aux
+*.toc
+*.log
+*.nav
+*.out
+*.snm
diff --git a/presentation/presentation.tex 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
@@ -0,0 +1,7 @@
+*.pdf
+*.aux
+*.toc
+*.log
+*.nav
+*.out
+*.snm
diff --git a/rapport/rapport.tex 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}