source: trunk/outilsplaneto/presentation.tex

Last change on this file was 406, checked in by nanardon, 6 years ago

Ajout d'exemple de base de données

  • Property svn:keyword set to Id
File size: 2.1 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\usepackage{lcg}
9\reinitrand[counter=img,first=1,last=6]
10
11\mode<presentation>
12{
13  \definecolor{beamerstructure}{RGB}{143,79,112}
14  \definecolor{sidebackground}{RGB}{230,242,250}
15  \color{beamerstructure}
16  \usetheme{Frankfurt}
17  \usepackage{times}
18  \userightsidebarcolortemplate{\color{sidebackground}}
19  \beamertemplateballitem
20}
21
22\title{Outils informatiques pour la planéto}
23\subtitle{Quelques exemples}
24\author{Olivier Thauvin}
25\date{\today}
26
27\AtBeginSection[]
28{
29\begin{frame}
30    \frametitle{Plan: \secname}
31    \begin{columns}[c]
32        \column{2.0in}
33        \tableofcontents[sectionstyle=show/shaded,subsectionstyle=show/hide/hide,subsubsectionstyle=hide/hide/hide]
34        \column{1in}
35        \rand\includegraphics[height=25mm]{Chaton\theimg}
36    \end{columns}
37\end{frame}
38}
39
40\AtBeginSubsection[]
41{
42\begin{frame}
43    \frametitle{\subsecname}
44    \begin{columns}[c]
45        \column{2.0in}
46        \tableofcontents[sectionstyle=show/hide,subsectionstyle=show/shaded/hide,subsubsectionstyle=show/hide/hide]
47        \column{1in}
48        \rand\includegraphics[height=23mm]{Chaton\theimg}
49    \end{columns}
50\end{frame}
51}
52
53\AtBeginSubsubsection[]
54{
55\begin{frame}
56    \frametitle{\subsecname}
57    \begin{columns}[c]
58        \column{2.0in}
59        {\Large\subsubsecname}
60        \column{1in}
61        \rand\includegraphics[height=23mm]{Chaton\theimg}
62    \end{columns}
63\end{frame}
64}
65
66\begin{document}
67
68\frame{\titlepage}
69
70\section*{Sommaire}
71
72\begin{frame}{Plan}
73\tableofcontents
74\end{frame}
75
76\section{Logiciels}
77
78\include{planeto}
79\include{cartes}
80
81\section{Bases de données}
82
83\include{bdd}
84\include{bddexemples}
85
86\section{Format de fichiers}
87
88\include{fileformat}
89
90\section*{Fin}
91
92
93\begin{frame}{Chatons}
94\vfill
95\begin{block}{}
96{
97\hfill
98\includegraphics[width=0.4\linewidth]{Abrichatons}
99\hfill
100}
101\end{block}
102\end{frame}
103
104\begin{frame}{Questions ?}
105\vfill
106\begin{block}{}
107{
108\hfill
109\includegraphics[width=46mm,height=35mm]{dr-who}
110\hfill
111}
112\end{block}
113\end{frame}
114
115\end{document}
Note: See TracBrowser for help on using the repository browser.