source: talk/trunk/epoll.tex @ 90

Last change on this file since 90 was 90, checked in by nanardon, 15 years ago
  • start text
File size: 1.6 KB
Line 
1% $Id: forge.tex 231 2009-03-10 01:03:54Z nanardon $
2\documentclass[notes]{beamer}
3\usepackage[frenchb]{babel}
4\usepackage[T1]{fontenc}
5\usepackage{moreverb}
6\usepackage{graphicx}
7
8\mode<presentation>
9{
10  \definecolor{beamerstructure}{RGB}{143,79,112}
11  \definecolor{sidebackground}{RGB}{230,242,250}
12  \color{beamerstructure}
13  \usetheme[secheader]{Madrid}
14  \usepackage{times}
15  \userightsidebarcolortemplate{\color{sidebackground}}
16  \beamertemplateballitem
17}
18
19\AtBeginSection[]
20{
21\begin{frame}<beamer>
22    \frametitle{Plan}
23    \tableofcontents[currentsection,hideothersubsections]
24\end{frame}
25}
26
27\title{Epoll}
28\subtitle{Vote en ligne}
29\author{Olivier Thauvin}
30\date{\today}
31
32\begin{document}
33
34\frame{\titlepage}
35
36\begin{frame}
37\tableofcontents[hideallsubsections]
38\end{frame}
39
40\section{Preambule}
41
42\begin{frame}
43\frametitle{Vote éléctronique}
44
45\vfill
46\begin{block}{http://fr.wikipedia.org/wiki/Vote\_électronique}
47Le vote électronique est un système de vote automatisé, notamment des scrutins,
48à l'aide de systèmes informatiques.
49\end{block}
50\vfill
51
52\begin{block}{Problèmes}
53\begin{enumerate}
54\item Confidentialité
55\item Traçabilité
56\item Sécurité
57\item Fiabilité
58\end{enumerate}
59\end{block}
60\vfill
61\end{frame}
62
63\section{Epoll ?}
64
65\begin{frame}
66\frametitle{Résumé}
67\vfill
68\begin{block}{Application web}
69\begin{itemize}
70\item accessible avec un simple navigateur
71\item envois des identifiants par mail
72\item pas d'intervention de l'administrateur
73\end{itemize}
74\end{block}
75\vfill
76\begin{block}{Les fondations}
77\begin{itemize}
78\item Perl (\href{http://www.perl.org/}{http://www.perl.org/})
79\end{itemize}
80\end{block}
81\vfill
82\end{frame}
83
84\section{Test}
85
86\end{document}
Note: See TracBrowser for help on using the repository browser.