source: trunk/outilsplaneto/presentation.tex @ 371

Last change on this file since 371 was 371, checked in by nanardon, 12 years ago

add database part

  • Property svn:keyword set to Id
File size: 1.0 KB
RevLine 
[140]1% $Id: presentation.tex 138 2007-11-30 06:15:07Z nanardon $
2\documentclass[notes]{beamer}
3\usepackage[frenchb]{babel}
4\usepackage[T1]{fontenc}
[371]5\usepackage[utf8]{inputenc}
[140]6\usepackage{moreverb}
7\usepackage{graphicx}
8
9\mode<presentation>
10{
11  \definecolor{beamerstructure}{RGB}{143,79,112}
12  \definecolor{sidebackground}{RGB}{230,242,250}
13  \color{beamerstructure}
14  \usetheme{Frankfurt}
15  \usepackage{times}
16  \userightsidebarcolortemplate{\color{sidebackground}}
17  \beamertemplateballitem
18}
19
[371]20\title{Outils informatiques pour la planéto}
[140]21\subtitle{Quelques exemples}
22\author{Olivier Thauvin}
23\date{\today}
24
25%\AtBeginSection[]
26%{
27%\begin{frame}<beamer>
28%    \frametitle{Plan}
29%    \tableofcontents[currentsection]
30%\end{frame}
31%}
32
33\begin{document}
34
35\frame{\titlepage}
36
[145]37\section*{Sommaire}
38
[140]39\begin{frame}{Plan}
40\tableofcontents
41\end{frame}
42
[371]43\include{planeto}
44\include{bdb}
45\include{cartes}
[140]46
[371]47\section*{Fin}
[357]48
[141]49
50
[144]51\begin{frame}{Questions ?}
[357]52\vfill
53\begin{block}{}
54{
[144]55\hfill
[244]56\includegraphics[width=46mm,height=35mm]{dr-who}
[144]57\hfill
58}
[357]59\end{block}
[144]60\end{frame}
61
[140]62\end{document}
Note: See TracBrowser for help on using the repository browser.