% $Id: forge.tex 231 2009-03-10 01:03:54Z nanardon $ \documentclass[notes]{beamer} \usepackage[frenchb]{babel} \usepackage[T1]{fontenc} \usepackage{moreverb} \usepackage{graphicx} \mode { \definecolor{beamerstructure}{RGB}{143,79,112} \definecolor{sidebackground}{RGB}{230,242,250} \color{beamerstructure} \usetheme[secheader]{Madrid} \usepackage{times} \userightsidebarcolortemplate{\color{sidebackground}} \beamertemplateballitem } \AtBeginSection[] { \begin{frame} \frametitle{Plan} \tableofcontents[currentsection,hideothersubsections] \end{frame} } \title{Epoll} \subtitle{Vote en ligne} \author{Olivier Thauvin} \date{\today} \begin{document} \frame{\titlepage} \begin{frame} \tableofcontents[hideallsubsections] \end{frame} \section{Preambule} \begin{frame} \frametitle{Vote éléctronique} \vfill \begin{block}{http://fr.wikipedia.org/wiki/Vote\_électronique} Le vote électronique est un système de vote automatisé, notamment des scrutins, à l'aide de systèmes informatiques. \end{block} \vfill \begin{block}{Problèmes} \begin{enumerate} \item Confidentialité \item Traçabilité \item Sécurité \item Fiabilité \end{enumerate} \end{block} \vfill \end{frame} \section{Epoll ?} \begin{frame} \frametitle{Résumé} \vfill \begin{block}{Application web} \begin{itemize} \item accessible avec un simple navigateur \item envois des identifiants par mail \item pas d'intervention de l'administrateur \end{itemize} \end{block} \vfill \begin{block}{Les fondations} \begin{itemize} \item Perl (\href{http://www.perl.org/}{http://www.perl.org/}) \end{itemize} \end{block} \vfill \end{frame} \section{Test} \end{document}