*** empty log message ***

This commit is contained in:
Antoine Drouin
2007-12-05 10:30:07 +00:00
parent e06fff8ab3
commit 831e4e3594
2 changed files with 57 additions and 10 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ slides : slides.tex $(PDF) $(ANIMS)
pdflatex slides
clean:
rm -f *~ slides.pdf
rm -f *~ *.log *.nav *.out *.snm *.toc *.aux slides.pdf
+56 -9
View File
@@ -14,8 +14,8 @@
\DeclareGraphicsRule{*}{mps}{*}{}
\usepackage{multimedia}
\title{\movie[externalviewer]{The Paparazzi System}{../videos/intro.avi}}
\author{P. Brisset, A. Drouin, M. Gorraz}
\title{\movie[externalviewer]{Build your own UAV}{../videos/intro.avi}}
\author{M. Mueller, A. Drouin}
\date{November 2007}
\institute{
%\inst{1}%
@@ -35,20 +35,67 @@ ENAC
\end{beamercolorbox}
}
% \newcommand{\workpackage}[2]{\frametitle{WP#1 #2}}
\newcommand{\task}[3]{{\bf T#1.#2} #3}
% \includeonly{proposal}
% \setbeamertemplate{itemize item}{$\Rightarrow$}
\begin{document}
\maketitle
\frame{
\frametitle{Table of Content}
}
\frame{\tableofcontents}
%
% Overview
%
\subsection{Overview}
\begin{frame}
\frametitle{Paparazzi: A UAV System}
\begin{center}
\includegraphics[height=6cm]{Paparazzi_System/Paparazzi_System_overview_0}<1>
\includegraphics[height=6cm]{Paparazzi_System/Paparazzi_System_overview_1}<2>
\includegraphics[height=6cm]{Paparazzi_System/Paparazzi_System_overview_2}<3>
\includegraphics[height=6cm]{Paparazzi_System/Paparazzi_System_overview_3}<4>
\end{center}
\end{frame}
%
% Features
%
\subsection{Features}
%
% History
%
\subsection{History}
%
%
% Flight demo
%
%
%
%
% Hardware
%
\subsection{Hardware}
%
% Software
%
\subsection{Software}
%
% Results
%
\subsection{Results}
\frame{} % to enforce entries in the table of contents
\end{document}