split des docs en 1 beamer et 1 rapport

This commit is contained in:
amaury
2023-03-15 10:05:33 +01:00
parent fc5d9acd69
commit 4e6bd250b3
20 changed files with 142 additions and 52 deletions

View File

@ -0,0 +1,3 @@
\begin{frame}
\frametitle{Failles}
\end{frame}

View File

@ -0,0 +1,5 @@
\subsection{Systèmes Existants}
\input{centralisation/sys_existants.tex}
\subsection{Exemples de Failles}
\input{centralisation/failles.tex}

View File

@ -0,0 +1,3 @@
\begin{frame}
\frametitle{Systèmes existants}
\end{frame}

View File

@ -0,0 +1,3 @@
\begin{frame}
\frametitle{Etat de l'art}
\end{frame}

View File

@ -0,0 +1,2 @@
\subsection{Etat de l'art}
\input{decentralisation/etat_art.tex}

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -0,0 +1,3 @@
\begin{frame}
\frametitle{Introduction}
\end{frame}

View File

@ -0,0 +1,62 @@
\documentclass{beamer}
\usetheme{Boadilla}
\usecolortheme{orchid}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[french]{babel}
\addtobeamertemplate{navigation symbols}{}{%
\usebeamerfont{footline}%
\usebeamercolor[fg]{footline}%
\hspace{1em}%
\insertframenumber/\inserttotalframenumber
}
\usepackage{ulem}
\usepackage{tkz-tab}
\setbeamertemplate{blocks}[rounded]%
[shadow=true]
\AtBeginSection{%
\begin{frame}
\tableofcontents[sections=\value{section}]
\end{frame}
}
\newenvironment*{remerciements}{%
\renewcommand*{\abstractname}{Remerciements}
\begin{abstract}
}{
\end{abstract}
}
\title[Swap Cross-Blockchain]{Echange de jetons inter-blockchains}
\subtitle{Projet de fin d'études: Master 2 Informatique Option Fiabilité et sécurité informatique 2022-2023}
\author[M2 FSI]{VOLPE Dorian, ROTONDO Eloïse, TESTUD Romain,\\DE CAMPOU Louis, JOLY Amaury \\ \textbf{Encadrants :} TRAVERS Corentin, LABOUREL Arnaud \\[2ex] \includegraphics[scale=0.1]{./img/amu.png}}
\institute[Aix-Marseille Université]{M2 Fiabilité et sécurité informatique}
\date{17 Mars 2023}
\begin{document}
\maketitle
\begin{frame}
\begin{remerciements}
Merci à M. TRAVERS Corentin et M. LABOUREL Arnaud pour la proposition de ce sujet et son encadrement.
\end{remerciements}
\begin{abstract}
abstract
\end{abstract}
\end{frame}
\tableofcontents
\section{Introduction}
\input{introduction/index.tex}
\section{Centralisation}
\input{centralisation/index.tex}
\section{Décentralisation}
\input{decentralisation/index.tex}
\end{document}