source: trunk/outilsplaneto/presentation.tex @ 396

Last change on this file since 396 was 396, checked in by nanardon, 9 years ago

Typo

  • Property svn:keyword set to Id
File size: 1.2 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
[396]50\begin{frame}{Chatons}
[389]51\vfill
52\begin{block}{}
53{
54\hfill
55\includegraphics[width=0.4\linewidth]{Abrichatons}
56\hfill
57}
58\end{block}
59\end{frame}
[141]60
[144]61\begin{frame}{Questions ?}
[357]62\vfill
63\begin{block}{}
64{
[144]65\hfill
[244]66\includegraphics[width=46mm,height=35mm]{dr-who}
[144]67\hfill
68}
[357]69\end{block}
[144]70\end{frame}
71
[140]72\end{document}
Note: See TracBrowser for help on using the repository browser.