add 2 first section
This commit is contained in:
parent
942b227dde
commit
05617fd199
5 changed files with 93 additions and 4 deletions
BIN
presentation/imgs/main.png
(Stored with Git LFS)
Normal file
BIN
presentation/imgs/main.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
presentation/imgs/page.png
(Stored with Git LFS)
Normal file
BIN
presentation/imgs/page.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
presentation/imgs/regular.png
(Stored with Git LFS)
Normal file
BIN
presentation/imgs/regular.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
presentation/imgs/style.png
(Stored with Git LFS)
Normal file
BIN
presentation/imgs/style.png
(Stored with Git LFS)
Normal file
Binary file not shown.
|
@ -1,22 +1,99 @@
|
|||
\documentclass{beamer}
|
||||
\documentclass[]{beamer}
|
||||
|
||||
\usepackage[fr]{projektor}
|
||||
|
||||
\title[Implémentation projet tuteuré]{Implémentation du projet tuteuré - Errsy}
|
||||
\author{\href{mailto:anri.kennel@etud.univ-paris8.fr}{Anri Kennel} | L3}
|
||||
\institute{Projet tuteuré $\cdot$ Université Paris 8}
|
||||
\institute{Projet tuteuré $\cdot$
|
||||
\href{https://informatique.up8.edu/licence-iv/}{Université Paris 8}}
|
||||
\date{Année universitaire 2022-2023}
|
||||
|
||||
\def\sujetPT{Analyse des conventions de programmation}
|
||||
|
||||
% cheatsheet
|
||||
% \onslide<> { prend de l'espace quand caché }
|
||||
% \onslide*<> { prend pas d'espace quand caché }*
|
||||
% \alert<> { met en surbrillance }
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
\begin{frame}[t, plain]{Plan}
|
||||
\begin{center}
|
||||
\sujetPT
|
||||
\end{center}
|
||||
\tableofcontents
|
||||
\end{frame}
|
||||
|
||||
\section{Projet}
|
||||
\begin{frame}{Projet}
|
||||
\def\title{Projet}
|
||||
\section{\title}
|
||||
\begin{frame}{\title}
|
||||
\begin{itemize}
|
||||
\item<1-> Rendre les conventions accessibles
|
||||
\item<2-> Customisation du style de convention suivi
|
||||
\item<3-> Suivre soit-même des conventions
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
|
||||
\def\title{Interface}
|
||||
\section{\title}
|
||||
\begin{frame}{\title}
|
||||
\only<5>{
|
||||
\begin{figure}
|
||||
\includegraphics[width=\textwidth]{imgs/regular.png}
|
||||
\caption*{Errsy}
|
||||
\end{figure}
|
||||
}
|
||||
\begin{columns}[onlytextwidth]
|
||||
\column{\dimexpr\linewidth-50mm-5mm} % colonne de gauche
|
||||
\begin{itemize}
|
||||
\item<1-2> Simple (tkinter)
|
||||
\item<2> Support dossier complet ou fichier unique
|
||||
\item<3> Rechargement automatique en cas de changement de style/fichier/dossier
|
||||
\item<4> Système de pages
|
||||
\end{itemize}
|
||||
|
||||
\column{50mm} % colonne de droite
|
||||
\only<1-2>{
|
||||
\vspace{3cm}
|
||||
\begin{figure}
|
||||
\def\ecart{-6cm}
|
||||
\hspace{\ecart}
|
||||
\includegraphics[width=10cm]{imgs/main.png}
|
||||
\caption*{\hspace{\ecart}Écran principal}
|
||||
\end{figure}
|
||||
}
|
||||
\only<3>{
|
||||
\begin{figure}
|
||||
\def\ecart{-5mm}
|
||||
\hspace{\ecart}
|
||||
\includegraphics[width=5cm]{imgs/style.png}
|
||||
\caption*{\hspace{\ecart}Sélection des styles}
|
||||
\end{figure}
|
||||
}
|
||||
\only<4>{
|
||||
\begin{figure}
|
||||
\def\ecart{-6cm}
|
||||
\hspace{\ecart}
|
||||
\includegraphics[width=10cm]{imgs/page.png}
|
||||
\caption*{\hspace{\ecart}Menu du bas pour les pages}
|
||||
\end{figure}
|
||||
}
|
||||
\end{columns}
|
||||
\end{frame}
|
||||
|
||||
\def\title{Fichiers de configurations}
|
||||
\section{\title}
|
||||
\begin{frame}{\title}
|
||||
TODO\dots
|
||||
\end{frame}
|
||||
|
||||
\def\title{Outils}
|
||||
\section{\title}
|
||||
\begin{frame}{\title}
|
||||
TODO\dots
|
||||
\end{frame}
|
||||
|
||||
\appendix
|
||||
|
|
Reference in a new issue