source: trunk/outilsplaneto/presentation.tex @ 403

Last change on this file since 403 was 402, checked in by nanardon, 7 years ago

Minor correction

  • 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\section{Logiciels}
44
45\include{planeto}
46\include{cartes}
47
48\section{Bases de données}
49
50\include{bdb}
51\include{bdbexemples}
52
53\section*{Fin}
54
55
56\begin{frame}{Chatons}
57\vfill
58\begin{block}{}
59{
60\hfill
61\includegraphics[width=0.4\linewidth]{Abrichatons}
62\hfill
63}
64\end{block}
65\end{frame}
66
67\begin{frame}{Questions ?}
68\vfill
69\begin{block}{}
70{
71\hfill
72\includegraphics[width=46mm,height=35mm]{dr-who}
73\hfill
74}
75\end{block}
76\end{frame}
77
78\end{document}
Note: See TracBrowser for help on using the repository browser.