82 lines
1.8 KiB
TeX
82 lines
1.8 KiB
TeX
\documentclass[aspectratio=169]{beamer}
|
|
|
|
% Theme and color setup
|
|
\usetheme{Frankfurt}
|
|
%\useoutertheme{infolines}
|
|
\usecolortheme{default}
|
|
\setbeamertemplate{navigation symbols}{}
|
|
\setbeamertemplate{footline}[frame number]
|
|
|
|
% Packages
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{graphicx}
|
|
\usepackage{booktabs}
|
|
\usepackage{amsmath, amssymb, amsfonts}
|
|
\usepackage{pgf,tikz}
|
|
\usepackage{xcolor}
|
|
\usepackage{listings}
|
|
\usepackage{fancyvrb}
|
|
\usepackage[french]{babel}
|
|
|
|
% Define the dot-based progress bar
|
|
\usepackage{tikz}
|
|
|
|
% Title information
|
|
\title{Caméra Timelapse}
|
|
\subtitle{Présentation technique du projet}
|
|
\author{THIEFFRY Raphaël, HUA Olivier, RIBETTE Baptiste, PUYAUBREAU Ethan et RUSSAC Antonin}
|
|
\institute{Polytech Paris-Saclay \\ Université Paris-Saclay}
|
|
\titlegraphic{\includegraphics[width=0.2\textwidth]{image.png}}
|
|
\date{\today}
|
|
|
|
\begin{document}
|
|
|
|
% Title frame
|
|
\begin{frame}
|
|
\titlepage
|
|
\end{frame}
|
|
|
|
% Table of contents
|
|
\begin{frame}{Plan}
|
|
\tableofcontents
|
|
\end{frame}
|
|
|
|
% Introduction
|
|
\section{Introduction}
|
|
\input{diapos/contexte-objectifs.tex}
|
|
|
|
% Cahier des charges
|
|
\section{Cahier des charges}
|
|
\input{diapos/cahier-charges.tex}
|
|
|
|
% Partie mécanique
|
|
\section{Partie mécanique}
|
|
\input{diapos/meca.tex}
|
|
|
|
% Partie électronique
|
|
\section{Partie électronique}
|
|
\input{diapos/elec.tex}
|
|
|
|
% Partie informatique (serveur, front et application mobile)
|
|
\section{Partie informatique}
|
|
\input{diapos/info.tex}
|
|
|
|
% Partie multimédia
|
|
\section{Traitement multimédia}
|
|
\input{diapos/multi.tex}
|
|
|
|
% Démonstration
|
|
\section{Démonstration}
|
|
\input{diapos/demo.tex}
|
|
|
|
% Conclusion
|
|
\section{Conclusion}
|
|
\input{diapos/conclusion.tex}
|
|
|
|
% Remerciements
|
|
\begin{frame}{Remerciements}
|
|
Merci pour votre attention !
|
|
\end{frame}
|
|
|
|
\end{document} |