% $Id: presentation.tex 138 2007-11-30 06:15:07Z nanardon $ \documentclass[notes]{beamer} \usepackage[frenchb]{babel} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{moreverb} \usepackage{graphicx} \usepackage{lcg} \reinitrand[counter=img,first=1,last=6] \mode { \definecolor{beamerstructure}{RGB}{143,79,112} \definecolor{sidebackground}{RGB}{230,242,250} \color{beamerstructure} \usetheme{Frankfurt} \usepackage{times} \userightsidebarcolortemplate{\color{sidebackground}} \beamertemplateballitem } \title{Outils informatiques pour la planéto} \subtitle{Quelques exemples} \author{Olivier Thauvin} \date{\today} \AtBeginSection[] { \begin{frame} \frametitle{Plan: \secname} \begin{columns}[c] \column{2.0in} \tableofcontents[sectionstyle=show/shaded,subsectionstyle=show/hide/hide,subsubsectionstyle=hide/hide/hide] \column{1in} \rand\includegraphics[height=25mm]{Chaton\theimg} \end{columns} \end{frame} } \AtBeginSubsection[] { \begin{frame} \frametitle{\subsecname} \begin{columns}[c] \column{2.0in} \tableofcontents[sectionstyle=show/hide,subsectionstyle=show/shaded/hide,subsubsectionstyle=show/hide/hide] \column{1in} \rand\includegraphics[height=23mm]{Chaton\theimg} \end{columns} \end{frame} } \AtBeginSubsubsection[] { \begin{frame} \frametitle{\subsecname} \begin{columns}[c] \column{2.0in} {\Large\subsubsecname} \column{1in} \rand\includegraphics[height=23mm]{Chaton\theimg} \end{columns} \end{frame} } \begin{document} \frame{\titlepage} \section*{Sommaire} \begin{frame}{Plan} \tableofcontents \end{frame} \section{Logiciels} \include{planeto} \include{cartes} \section{Bases de données} \include{bdb} \include{bdbexemples} \include{fileformat} \section*{Fin} \begin{frame}{Chatons} \vfill \begin{block}{} { \hfill \includegraphics[width=0.4\linewidth]{Abrichatons} \hfill } \end{block} \end{frame} \begin{frame}{Questions ?} \vfill \begin{block}{} { \hfill \includegraphics[width=46mm,height=35mm]{dr-who} \hfill } \end{block} \end{frame} \end{document}