source: trunk/outilsplaneto/presentation.tex @ 140

Last change on this file since 140 was 140, checked in by nanardon, 16 years ago

initial presentation

File size: 878 bytes
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{moreverb}
6\usepackage{graphicx}
7
8\mode<presentation>
9{
10  \definecolor{beamerstructure}{RGB}{143,79,112}
11  \definecolor{sidebackground}{RGB}{230,242,250}
12  \color{beamerstructure}
13  \usetheme{Frankfurt}
14  \usepackage{times}
15  \userightsidebarcolortemplate{\color{sidebackground}}
16  \beamertemplateballitem
17}
18
19\title{Outils informatiques pour la planéto}
20\subtitle{Quelques exemples}
21\author{Olivier Thauvin}
22\date{\today}
23
24%\AtBeginSection[]
25%{
26%\begin{frame}<beamer>
27%    \frametitle{Plan}
28%    \tableofcontents[currentsection]
29%\end{frame}
30%}
31
32\begin{document}
33
34\frame{\titlepage}
35
36\begin{frame}{Plan}
37\tableofcontents
38\end{frame}
39
40\section{Xephem}
41
42\section{Celestia}
43
44\section{Google Sky (Google earth)}
45
46\end{document}
Note: See TracBrowser for help on using the repository browser.