zizi
This commit is contained in:
224
diapo_master.tex
224
diapo_master.tex
@@ -1,95 +1,131 @@
|
||||
\documentclass[aspectratio=169]{beamer}
|
||||
|
||||
% Theme and color setup
|
||||
\usetheme{Madrid}
|
||||
\usecolortheme{default}
|
||||
\setbeamertemplate{navigation symbols}{}
|
||||
\setbeamertemplate{footline}[frame number]
|
||||
|
||||
% Show progress bar
|
||||
\usepackage{etoolbox}
|
||||
\makeatletter
|
||||
\patchcmd{\beamer@sectionintoc}{\vskip1.5em}{\vskip0.5em}{}{}
|
||||
\makeatother
|
||||
\AtBeginSection[]
|
||||
{
|
||||
\begin{frame}
|
||||
\frametitle{Plan}
|
||||
\tableofcontents[currentsection]
|
||||
\end{frame}
|
||||
}
|
||||
|
||||
% Packages
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{booktabs}
|
||||
\usepackage{amsmath, amssymb, amsfonts}
|
||||
|
||||
% Title information
|
||||
\title{Présentation Titre}
|
||||
\subtitle{Sous-titre}
|
||||
\author{Votre Nom}
|
||||
\institute{Votre Institution}
|
||||
\date{\today}
|
||||
|
||||
\begin{document}
|
||||
|
||||
% Title frame
|
||||
\begin{frame}
|
||||
\titlepage
|
||||
\end{frame}
|
||||
|
||||
% Table of contents
|
||||
\begin{frame}{Plan}
|
||||
\tableofcontents
|
||||
\end{frame}
|
||||
|
||||
% First section
|
||||
\section{Introduction}
|
||||
\begin{frame}{Introduction}
|
||||
\begin{itemize}
|
||||
\item Point 1
|
||||
\item Point 2
|
||||
\item Point 3
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
% Second section
|
||||
\section{Méthodes}
|
||||
\begin{frame}{Méthodes}
|
||||
\begin{itemize}
|
||||
\item Méthode 1
|
||||
\item Méthode 2
|
||||
\item Méthode 3
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
% Third section
|
||||
\section{Résultats}
|
||||
\begin{frame}{Résultats}
|
||||
\begin{columns}
|
||||
\column{0.5\textwidth}
|
||||
\begin{itemize}
|
||||
\item Résultat 1
|
||||
\item Résultat 2
|
||||
\end{itemize}
|
||||
|
||||
\column{0.5\textwidth}
|
||||
% Placeholder for an image
|
||||
\end{columns}
|
||||
\end{frame}
|
||||
|
||||
% Fourth section
|
||||
\section{Conclusion}
|
||||
\begin{frame}{Conclusion}
|
||||
\begin{block}{Résumé}
|
||||
Points clés de la présentation.
|
||||
\end{block}
|
||||
|
||||
\begin{alertblock}{Perspectives}
|
||||
Travaux futurs et améliorations possibles.
|
||||
\end{alertblock}
|
||||
\end{frame}
|
||||
|
||||
\documentclass[aspectratio=169]{beamer}
|
||||
|
||||
% Theme and color setup
|
||||
\usetheme{Madrid}
|
||||
\usecolortheme{default}
|
||||
\setbeamertemplate{navigation symbols}{}
|
||||
\setbeamertemplate{footline}[frame number]
|
||||
|
||||
% Show progress bar
|
||||
\usepackage{etoolbox}
|
||||
\makeatletter
|
||||
\patchcmd{\beamer@sectionintoc}{\vskip1.5em}{\vskip0.5em}{}{}
|
||||
\makeatother
|
||||
\AtBeginSection[]
|
||||
{
|
||||
\begin{frame}
|
||||
\frametitle{Plan}
|
||||
\tableofcontents[currentsection]
|
||||
\end{frame}
|
||||
}
|
||||
|
||||
% Packages
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{booktabs}
|
||||
\usepackage{amsmath, amssymb, amsfonts}
|
||||
|
||||
% 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}
|
||||
\begin{frame}{Contexte et Objectifs}
|
||||
\begin{itemize}
|
||||
\item Présentation du projet : Caméra Timelapse
|
||||
\item Contexte d'utilisation et motivation
|
||||
\item Objectifs principaux du projet
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
% Cahier des charges
|
||||
\section{Cahier des charges}
|
||||
\begin{frame}{Spécifications et Contraintes}
|
||||
\begin{itemize}
|
||||
\item Fonctionnalités attendues
|
||||
\item Contraintes techniques (matériel, logiciel)
|
||||
\item Livrables
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
% Partie mécanique
|
||||
\section{Partie mécanique}
|
||||
\begin{frame}{Partie mécanique}
|
||||
\begin{itemize}
|
||||
\item Présentation de la structure mécanique
|
||||
\item Choix des matériaux et conception
|
||||
\item Schémas ou photos du montage
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
% Partie électronique
|
||||
\section{Partie électronique}
|
||||
\begin{frame}{Partie électronique}
|
||||
\begin{itemize}
|
||||
\item Architecture électronique
|
||||
\item Composants utilisés (capteurs, microcontrôleurs, etc.)
|
||||
\item Schémas électroniques
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
% Partie serveur, front et application mobile
|
||||
\section{Serveur, Front et Application mobile}
|
||||
\begin{frame}{Serveur, Front et Application mobile}
|
||||
\begin{itemize}
|
||||
\item Présentation de l'architecture logicielle
|
||||
\item Fonctionnalités principales du serveur
|
||||
\item Aperçu du front web et de l'application mobile
|
||||
\item Technologies utilisées
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
% Démonstration
|
||||
\section{Démonstration}
|
||||
\begin{frame}{Démonstration}
|
||||
\begin{itemize}
|
||||
\item Vidéo ou démonstration en direct du projet
|
||||
\item Points forts à montrer
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
% Conclusion
|
||||
\section{Conclusion}
|
||||
\begin{frame}{Bilan et perspectives}
|
||||
\begin{block}{Résumé}
|
||||
\begin{itemize}
|
||||
\item Synthèse des apports du projet
|
||||
\item Retour d'expérience
|
||||
\end{itemize}
|
||||
\end{block}
|
||||
\begin{alertblock}{Perspectives}
|
||||
\begin{itemize}
|
||||
\item Améliorations possibles
|
||||
\item Suites envisagées
|
||||
\end{itemize}
|
||||
\end{alertblock}
|
||||
\end{frame}
|
||||
|
||||
% Remerciements
|
||||
\begin{frame}{Remerciements}
|
||||
Merci pour votre attention !
|
||||
\end{frame}
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user