]> AND Private Git Repository - these_gilles.git/blob - img_CIT/entete_beamer.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
lecture ch 1 à 3 27nov
[these_gilles.git] / img_CIT / entete_beamer.tex
1 % * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2 % * * * * * * * * * * * * * * * * * ENTETE  * * * * * * * * * * * * * * * * * *
3 % * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
4
5 \documentclass[9pt]{beamer}
6
7 % * * * * * * * * * * * * * * PACKAGES CLASSIQUES * * * * * * * * * * * * * * *
8 \usepackage[T1]{fontenc} 
9 \usepackage[utf8]{inputenc}
10 \usepackage[frenchb]{babel}
11 \usepackage{amsmath}
12 \usepackage{xcolor}  
13 \usepackage{graphicx}
14
15 % * * * * * * * * * * * * * * *  ANIMATIONS * * * * * * * * * * * * * * * * * *
16 \usepackage{animate}
17
18 % * * * * * * * * * * * * * * CHOIX DU THEME  * * * * * * * * * * * * * * * * *
19 \usepackage{beamerthemeWarsaw}                                % un theme voir .../beamer/theme/
20
21 % * * * * * * * * * * * * * LA BARRE DE NAVIGATION  * * * * * * * * * * * * * *
22 % commenter la ligne pour supprimer un éléments
23 \setbeamertemplate{navigation symbols}{%
24         \insertslidenavigationsymbol%
25         \insertframenavigationsymbol%
26         \insertsubsectionnavigationsymbol%
27         \insertsectionnavigationsymbol%
28         \insertdocnavigationsymbol%
29         \insertbackfindforwardnavigationsymbol%
30 }
31
32 % * * * * * * * * * * * * * * * * * TEXTPOS * * * * * * * * * * * * * * * * * *
33 \usepackage[absolute,showboxes,overlay]{textpos}
34 \TPshowboxestrue                                              % affiche le contour des textblocks
35 \TPshowboxesfalse                                             % fait disparaitre le contour des textblocks
36 \textblockorigin{2mm}{8mm}                                    % origine des positions pour placer les textblocks
37
38 % * * * * * * * * * * * * * * * * * PICTURE * * * * * * * * * * * * * * * * * *
39 \usepackage{picture}
40 \setlength{\unitlength}{1mm}                                  % définition de l'unité
41
42 % * * * * * * * * * * * * * * *  LES BLOCKS * * * * * * * * * * * * * * * * * *
43 \setbeamertemplate{blocks}[rounded][shadow=true]              % pour des blocks arrondis
44 \setbeamercolor{block body alerted}{fg=white,bg=monred}       % ecrit en blanc sur fond rouge
45 \setbeamercolor{block body}{fg=white,bg=monbleu}              % ecrit en blanc sur fond bleu
46
47 % * * * * * * * * * * * * * DETAILS DE STYLE  * * * * * * * * * * * * * * * * *
48 \beamertemplatetransparentcovered                             % Fait afficher l'ensemble du frame en peu lisible (gris clair) dès l'ouverture
49
50 \setbeamertemplate{itemize item}[ball]                        % style item
51 \setbeamertemplate{itemize subitem}[triangle]                 % style subitem
52
53 \logo{\includegraphics[height=5mm]{logo.png}}                 % définition du logo 
54
55 \renewcommand{\arraystretch}{1.4}                             % espacement des cellules du tableau 
56
57 \definecolor{monred}{HTML}{9D0909}                            % un rouge
58 \definecolor{monbleu}{HTML}{000066}                           % un bleu
59 \definecolor{monvert}{HTML}{00AE00}                           % un vert
60
61 \renewcommand{\footnoterule}{}                                % supprime le trait au dessus des footnotes
62 \renewcommand{\thefootnote}{\alph{footnote}}                  % numérotation par des lettres
63
64 % * * * * * * * * * * * * * *  PAGES DE TITRE * * * * * * * * * * * * * * * * *
65 \title[titre court]{titre long}
66 \author[liste courte]{liste longue}
67 \institute{ labo, entreprise, institut ... }
68 \date{ le jour J ! }
69
70
71 % * * * * * * * * * * * * * PARAMETRES POUR PDF * * * * * * * * * * * * * * * *
72 \hypersetup{% Modifiez la valeur des champs suivants
73         pdfauthor   = {auteur},%
74         pdftitle    = {Titre},%
75         pdfsubject  = {Sujet},%
76         pdfkeywords = {Mots clés},%
77         pdfcreator  = {PDFLaTeX},%
78         pdfproducer = {PDFLaTeX},%
79         pdfpagemode = {FullScreen}%                           % ouvre le pdf directement en plein écran
80 }
81
82 % * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
83 % * * * * * * * * * * * * * *  DEBUT DOCUMENT * * * * * * * * * * * * * * * * *
84 % * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
85
86 \begin{document}
87
88 % * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
89 % * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
90
91 \begin{frame}
92
93         \titlepage
94
95         \begin{center}
96                 \includegraphics[height=30mm]{unejolieimage.jpg}
97         \end{center}
98
99 \end{frame}
100
101 % * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
102 % * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
103
104 \begin{frame} 
105
106         \frametitle{ Titre de la frame }
107
108         \begin{itemize}[<+->]
109                 \item item1
110                 \item item2
111                 \item item3
112                 \item item4
113         \end{itemize}
114
115 \end{frame}
116
117 % * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
118 % * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
119
120 \begin{frame} 
121
122         \frametitle{ Titre de la frame }
123
124         \begin{textblock*}{40mm}(30mm,20mm)
125
126                 un exemple de textblock
127
128         \end{textblock*}
129
130 \end{frame}
131
132 % * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
133 % * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
134
135 \begin{frame} % enjeux méthodologiques
136
137         \frametitle{ Titre de la frame }
138
139         un exemple de fleche visible à partir du transparent 2
140
141         \begin{textblock*}{10mm}[0,0](0mm,65mm)
142                 \visible<2->{
143                         \begin{picture}(10,10)
144                                 \color{monbleu}
145                                 \thicklines
146                                 \put(0,0){\line(1,0){15}}
147                                 \put(0,0){\line(0,1){35}}
148                                 \put(0,35){\vector(1,0){12}}
149                         \end{picture}
150                 }
151         \end{textblock*}
152         
153
154 \end{frame}
155
156 % * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
157 % * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
158
159 \begin{frame}
160
161         \frametitle{ Titre de la frame }
162
163         ainsi de suite
164
165 \end{frame}
166
167 % * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
168 % * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
169 % * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
170
171 \end{document}
172
173 % * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
174 % * * * * * * * * * * * * * * * * FIN * * * * * * * * * * * * * * * * * * * * *
175 % * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
176