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
Line 
1% $Id: presentation.tex 138 2007-11-30 06:15:07Z nanardon $
2\documentclass[notes]{beamer}
3\usepackage[frenchb]{babel}
4\usepackage[T1]{fontenc}
5\usepackage[utf8]{inputenc}
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
20\title{Outils informatiques pour la planéto}
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
37\section*{Sommaire}
38
39\begin{frame}{Plan}
40\tableofcontents
41\end{frame}
42
43\include{planeto}
44\include{bdb}
45\include{cartes}
46
47\section*{Fin}
48
49
50\begin{frame}{Chatons}
51\vfill
52\begin{block}{}
53{
54\hfill
55\includegraphics[width=0.4\linewidth]{Abrichatons}
56\hfill
57}
58\end{block}
59\end{frame}
60
61\begin{frame}{Questions ?}
62\vfill
63\begin{block}{}
64{
65\hfill
66\includegraphics[width=46mm,height=35mm]{dr-who}
67\hfill
68}
69\end{block}
70\end{frame}
71
72\end{document}
Note: See TracBrowser for help on using the repository browser.