diff options
Diffstat (limited to 'main.tex')
-rw-r--r-- | main.tex | 62 |
1 files changed, 52 insertions, 10 deletions
@@ -22,6 +22,14 @@ \setbeamertemplate{itemize subitem}{$\circ$} \setbeamercolor{itemize/enumerate body}{fg=bonus} +%Couleur table des matières +\setbeamertemplate{section in toc}{% + \color{accent} + \bf + \kern1.25ex\inserttocsection\par + } + + %Couleurs des blocks (théorème, définitions ...) \AtBeginEnvironment{definition}{ \setbeamercolor{block body}{fg=bonus, bg=background-light} @@ -42,6 +50,10 @@ \setbeamercolor{block body}{fg=bonus, bg=background-light} \setbeamercolor{block title}{fg=principale, bg=background-dark} } +\AtBeginEnvironment{hypothese}{ + \setbeamercolor{block body}{fg=bonus, bg=background-light} + \setbeamercolor{block title}{fg=principale, bg=background-dark} +} %Configuration du \frametitle \usepackage{textpos} \addtobeamertemplate{frametitle}{ @@ -80,6 +92,7 @@ \deftranslation[to=french]{Theorem}{Théorème} \deftranslation[to=french]{Lemma}{Lemme} \deftranslation[to=french]{Definition}{Définition} +\newtheorem{hypothese}{Hypothèse}[theorem] \begin{document} @@ -104,12 +117,12 @@ \footnotesize \begin{tabular}{lll} ALLARD&Tristan&\textcolor{accent}{Rapporteur}\\ -SIHEM&Amer-Yahia&\textcolor{accent}{Rapporteur}\\ +SIHEM&Amer-Yahia&\textcolor{accent}{Rapporteuse}\\ BOUCHENAK&Sara&\textcolor{accent}{Examinatrice} \\ +BOUTET&Antoine&\textcolor{accent}{Examinateur}\\ HUGUET&Marie-José&\textcolor{accent}{Examinatrice}\\ -RUDAMETKIN&Walter&\textcolor{accent}{Examinateur}\\ PERROT&Michael&\textcolor{accent}{Examinateur}\\ -BOUTET&Antoine&\textcolor{accent}{Examinateur}\\ +RUDAMETKIN&Walter&\textcolor{accent}{Examinateur}\\ &&\\ CUNCHE&Mathieu&\textcolor{accent}{Directeur de thèse}\\ BOUTET&Antoine&\textcolor{accent}{Co-encadrant de thèse}\\ @@ -117,24 +130,53 @@ BOUTET&Antoine&\textcolor{accent}{Co-encadrant de thèse}\\ \end{center} \end{frame} +{ + \usebackgroundtemplate{\includegraphics[width=\paperwidth]{images/background/toc/background.pdf}} +\begin{frame} + \tableofcontents +\end{frame} +} + \section{Introduction} \input{ckoi} +\section{Prérequis} +{ + \usebackgroundtemplate{\includegraphics[width=\paperwidth]{images/background/toc/background.pdf}} +\begin{frame} + \tableofcontents[currentsection] +\end{frame} +} +\input{background} + \section{Classification finie} +{ + \usebackgroundtemplate{\includegraphics[width=\paperwidth]{images/background/toc/background.pdf}} +\begin{frame} + \tableofcontents[currentsection] +\end{frame} +} \input{finie} \section{Inférence d'attribut sensible} +{ + \usebackgroundtemplate{\includegraphics[width=\paperwidth]{images/background/toc/background.pdf}} +\begin{frame} + \tableofcontents[currentsection] +\end{frame} +} \input{aia} \section{Données synthétiques} -\input{synth} - +{ + \usebackgroundtemplate{\includegraphics[width=\paperwidth]{images/background/toc/background.pdf}} \begin{frame} - \frametitle{Coucou} - qsdflkjqsdflkqsdlfk - \begin{theorem} - Si $a\leq b$ et $a\geq b$ alors $a=b$ - \end{theorem} + \tableofcontents[currentsection] \end{frame} +} +\input{synth} + +\input{perspective} + \end{document} |