Initial commit
[presentation_i2l.git] / presentation.tex
blob13c8cbf22bfbdae9cefdc3a13e944a7bf2ae17d8
1 \documentclass{beamer}
2 \usepackage[latin1]{inputenc}
3 \usetheme{Warsaw}
4 \title[Faire une pr\'esentation en Latex avec Beamer]{Introduction \`a Beamer\\Comment faire une pr\'esentation en Latex?}
5 \author{R\'emi DARTOIS \and Antoine LABITTE}
6 \institute{Cap Micro}
7 \date{5 septembre 2007}
9 %Insertion du plan a chaque subsection
10 \AtBeginSubsection[]
12 \begin{frame}<beamer>
13 \frametitle{Plan}
14 \tableofcontents[currentsection,currentsubsection]
15 \end{frame}
19 \begin{document}
21 \begin{frame}
22 \titlepage
23 \end{frame}
25 \section{Introduction}
26 \begin{frame}
27 \tableofcontents[current]
28 \end{frame}
29 \begin{frame}{Introduction}
30 Ici on presente tt le bordel et on expique que y eu 2 projets : telephonie et utilisation de la virtualisation pour gerer le parc de label vie.
31 \end{frame}
33 \section{Telephonie}
34 \subsection{Pr\'esentation du projet}
35 \begin{frame}{Pr\'esentation}
36 Ici on pr\'esente le projet en g\'en\'eral.
37 \end{frame}
38 \subsection{Les outils utilis\'es}
39 \begin{frame}{Les outils}
40 Pr\'esentation des outils.
41 \end{frame}
43 \section{Virtualisation}
44 \subsection{Pr\'esentation du projet}
45 \begin{frame}{Pr\'esentation}
46 bla bla bla.
47 \end{frame}
48 \subsection{XEN}
49 \begin{frame}{XEN}
50 On explique xen, la para-virtualisation et la virtualisation compl\`ete etc\dots
51 \end{frame}
52 \subsection{LVM}
53 \begin{frame}{LVM}
54 On explique lvm, snapshots \dots
55 \end{frame}
56 \subsection{Backup}
57 \begin{frame}{Backup}
58 On explique le script de backup vite fait
59 \end{frame}
61 \section{Conclusion}
62 \begin{frame}
63 \tableofcontents[current]
64 \end{frame}
65 \begin{frame}{Conclusion}
66 Superble conclusion.
67 \end{frame}
69 \end{document}