2013-01-29 23:02:45 +01:00
|
|
|
%%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{Tronc commun 1}
|
|
|
|
|
|
|
|
\author{GARETTE Emmanuel}
|
|
|
|
\institute{Cadoles}
|
|
|
|
\date{\today}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\frame{\titlepage}
|
|
|
|
|
|
|
|
\include{commun/00-intro}
|
|
|
|
\include{tronc-commun-1/00-panorama-module}
|
|
|
|
\include{commun/01-quatre_phases}
|
|
|
|
\include{scribe/00-commun}
|
|
|
|
\include{commun/03-configuration}
|
|
|
|
\include{commun/02-administration}
|
2013-02-12 20:44:44 +01:00
|
|
|
\include{commun/20-firewall.tex}
|
|
|
|
\include{commun/21-schedule.tex}
|
|
|
|
\include{commun/22-pratique.tex}
|
|
|
|
\include{commun/23-onduleur.tex}
|
|
|
|
\include{commun/24-trouver.tex}
|
|
|
|
|
2013-01-29 23:02:45 +01:00
|
|
|
\include{tronc-commun-1/01-gnu_linux}
|
|
|
|
\include{tronc-commun-1/02-application-zephir}
|
|
|
|
\include{tronc-commun-1/03-lire-ecrire}
|
|
|
|
\include{tronc-commun-1/04-commande-distance}
|
2013-02-05 16:51:11 +01:00
|
|
|
\include{tronc-commun-1/05-resolution-probleme}
|
2013-01-29 23:02:45 +01:00
|
|
|
\include{tronc-commun-1/06-application-zephir2}
|
|
|
|
\include{tronc-commun-1/07-interface-semi-graphique}
|
|
|
|
\include{tronc-commun-1/08-interface-ead}
|
|
|
|
|
|
|
|
\end{document}
|