%%presentation
\documentclass{beamer}
\usepackage{beamerthemetree}
%%impression
%\documentclass[a4paper,9pt]{extarticle}
%\usepackage{beamerarticle}
%%

% class FR
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[frenchb]{babel}

% image
\usepackage{graphicx}

\usecolortheme{crane}
\beamertemplatetransparentcovered

% le logo
%\logo{\includegraphics[height=1cm]{ban.png}}

\title{Formation EOLE}
\subtitle{Développement EOLE}

\author{GARETTE Emmanuel}
\institute{Cadoles}
\date{\today}

\begin{document}
\frame{\titlepage}

\include{tronc-commun-2/20-api}
\include{tronc-commun-2/30-api_bash}
\include{tronc-commun-2/01-personnalisation-creole}
\include{tronc-commun-2/01-personnalisation-creole2}
\include{tronc-commun-2/04-diagnose}

\section{EOLE avancé}
\begin{frame}{Plan}
  \small \tableofcontents[currentsection, hideothersubsections]
\end{frame}
\include{commun/02-instance-reconfigure}
\include{tronc-commun-2/05-script-instance-reconfigure}
\include{commun/20-firewall}
\include{tronc-commun-2/07-eole-firewall}
\include{commun/21-schedule}
\include{tronc-commun-2/08-schedule}
\include{tronc-commun-2/03-zephir_script}
\include{tronc-commun-2/15-script-ead}
\include{tronc-commun-2/16-sauvegarde}
\include{tronc-commun-2/18-cert}

\section{Conteneur avancé}
\begin{frame}{Plan}
  \small \tableofcontents[currentsection, hideothersubsections]
\end{frame}
\include{commun/02-conteneurs}
\include{tronc-commun-2/17-conteneur_groupe_conteneur}
\include{tronc-commun-2/06-montage-conteneur}
\include{tronc-commun-2/09-host}
\include{tronc-commun-2/12-interface}
\include{tronc-commun-2/13-disknod}
%\section{Packaging}
%\begin{frame}{Plan}
%  \small \tableofcontents[currentsection, hideothersubsections]
%\end{frame}
%eole-skeletor


\section{Développement Envole}
\begin{frame}{Plan}
  \small \tableofcontents[currentsection, hideothersubsections]
\end{frame}
\include{envole/01-ajout}
\include{tronc-commun-2/11-mysql}
%\include{tronc-commun-2/14-sso}

\end{document}