bwconsistency/docs/presentations/LIS/Anglais_avril_2024/main.tex
2025-05-16 14:20:02 +02:00

60 lines
1.3 KiB
TeX
Executable File

\documentclass{beamer}
\usetheme{Boadilla}
\usecolortheme{orchid}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[french]{babel}
\usepackage{stackengine}
\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}
}
\usepackage{tikz}
\usetikzlibrary{positioning}
\usetikzlibrary{calc}
\usetikzlibrary{arrows.meta}
\usepackage{tcolorbox}
\title[bwconsistency]{Weak consistency application to zero-trust cloud}
\subtitle{English Courses}
\author[JOLY Amaury]{JOLY Amaury\\ \textbf{Encadrants :} GODARD Emmanuel, TRAVERS Corentin }
% \\[2ex] \includegraphics[scale=0.1]{./img/amu.png}
\institute[LIS, Scille]{LIS-LAB, Scille}
\date{04 April 2024}
\begin{document}
\maketitle
\begin{frame}{Summary}
\tableofcontents
\end{frame}
\section{Introduction}
\input{intro/index.tex}
\section{Distributed systems and consistency}
\input{distr_sys/index.tex}
\section{The compromises of consistency}
\input{consistency/index.tex}
\section{What's next ?}
\input{conclusion/index.tex}
\end{document}