Mise à jour de la présentation technique : ajout de sections sur l'exemple UML, l'automatisation du déploiement et réorganisation du contenu.
This commit is contained in:
@@ -1,30 +1,25 @@
|
||||
\documentclass[aspectratio=169]{beamer}
|
||||
|
||||
% Theme and color setup
|
||||
\usetheme{Madrid}
|
||||
\usetheme{Frankfurt}
|
||||
%\useoutertheme{infolines}
|
||||
\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}
|
||||
\usepackage{pgf,tikz}
|
||||
\usepackage{xcolor}
|
||||
\usepackage{listings}
|
||||
\usepackage{fancyvrb}
|
||||
|
||||
% Define the dot-based progress bar
|
||||
\usepackage{tikz}
|
||||
|
||||
% Title information
|
||||
\title{Caméra Timelapse}
|
||||
@@ -56,6 +51,13 @@
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
\section{Exemple UML}
|
||||
\begin{frame}{Exemple UML}
|
||||
\begin{center}
|
||||
\includegraphics[width=0.9\textwidth]{diagrams/global.png}
|
||||
\end{center}
|
||||
\end{frame}
|
||||
|
||||
% Cahier des charges
|
||||
\section{Cahier des charges}
|
||||
\begin{frame}{Spécifications et Contraintes}
|
||||
|
||||
Reference in New Issue
Block a user