generated from PTrottier/latex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ifri.cls
346 lines (286 loc) · 10.2 KB
/
ifri.cls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% modifié le 16/04/2008 par L. Grossard grossard@unilim.fr %
%Version actualisée et en usage du template des Projets de Fin de Formation à l'IFRI, réalisée par ZOHOU Pierre Jérôme le 02/03/2020%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{ifri}[6/6/2013 custom CV class]
\LoadClass[a4paper,11pt,oneside]{report}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% chargement des paquetages %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[french, english]{babel}
\usepackage[usenames,dvipsnames,svgnames,table]{xcolor} % les couleurs avec les divers modes d'appels
\usepackage{setspace}
\usepackage{subcaption}
\usepackage[]{graphicx} % pour insérer des images
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage[amssymb,cdot]{SIunits}% pour quelques symboles mathmatiques comme <ou=
\usepackage{mathcomp} % pour avoir le mu droit $\tcmu$
\usepackage{multirow}
\usepackage{geometry} % pour la mise en page: marge haut, bas, droit et gauche.
\usepackage[Lenny]{fncychap} %personnaliser le titre des chapitres
\usepackage{palatino} % choix de la police
\usepackage{float} % obliger l'image a rester la ou je veux
\usepackage{pdfpages} % inclure les pages pdf d'un autre document
\usepackage[hyphens]{url}
\def\UrlBreaks{\do\.\do\@\do\\\do\/\do\!\do\_\do\|\do\;\do\>%
\do\]\do\)\do\,\do\?\do\'\do+\do\=\do\#\do\a\do\b\do\c\do\d\do\e\do\f\do\g\do\h\do\i\do\j\do\k\do\l\do\m\do\n\do\o\do\p\do\q\do\r\do\s\do\t\do\u\do\v\do\w\do\x\do\y\do\z%
\do\A\do\B\do\C\do\D\do\E\do\F\do\G\do\H\do\I\do\J\do\K\do\L\do\M\do\N\do\O\do\P\do\Q\do\R\do\S\do\T\do\U\do\V\do\W\do\X\do\Y\do\Z%
\do\1\do\2\do\3\do\4\do\5\do\6\do\7\do\8\do\9\do\%\do\=}%
% activer tous les liens
\usepackage[
colorlinks=true,%activer la coloration des liens
linkcolor=RoyalBlue,% personaliser la couleur des liens simple
]{hyperref}
\usepackage[acronym, toc]{glossaries} %Mise en forme du glossaire
\usepackage{fancyhdr}
\usepackage{lastpage} % la dernière page
\usepackage{titlesec} % modifification des titres
\usepackage[strict]{changepage} % ajustement automatique de la largeur des frame
\usepackage{framed} % pour definir nos propres frames
\usepackage{listings} % listing de code
\usepackage{listingsutf8} % listing utf8
\usepackage{caption}
\usepackage[francais]{minitoc} % mini table des matières
\usepackage{pifont}
\usepackage{pdflscape} % mettre certaines page en paysage
\usepackage{courier} % pour les listings
% les couleurs du code
\definecolor{javared}{rgb}{0.6,0,0} % for strings
\definecolor{javagreen}{rgb}{0.25,0.5,0.35} % comments
\definecolor{javapurple}{rgb}{0.5,0,0.35} % keywords
\definecolor{javadocblue}{rgb}{0.25,0.35,0.75} % javadoc
\definecolor{lbcolor}{rgb}{0.9,0.9,0.9}
\lstset{
%language=Java,
basicstyle=\ttfamily,
basicstyle=\scriptsize,
upquote=true,
numbers=left,
numberstyle=\tiny\color{black},
stepnumber=1,
numbersep=5pt,
tabsize=2,
showspaces=false,
showstringspaces=false,
extendedchars=true,
backgroundcolor=\color{lbcolor},
literate={á}{{\'a}}1 {ã}{{\~a}}1 {é}{{\'e}}1,
frame=leftline
}
\lstdefinestyle{Shell}{delim=[il][\bfseries]{BB}}
\definecolor{gris}{rgb}{68,68,68}
\definecolor{gray}{rgb}{0.5,0.5,0.5}
\definecolor{lgray}{gray}{0.97} % page de garde
\definecolor{bookColor}{cmyk}{0 , 0 , 0 , 0.98} % 0.90\% of black
\usepackage{multirow} % pour les rowspan des tableaux
\usepackage{longtable} % tableaux sur plusieurs pages
\usepackage{pstricks,pst-node,pst-tree}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Definition des variables %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\titreDuMemoire}[1]{\newcommand{\@titreDuMemoire}{#1}}
\newcommand{\typeMemoire}[1]{\newcommand{\@typeMemoire}{#1}}
\newcommand{\etudiant}[1]{\newcommand{\@etudiant}{#1}}
\newcommand{\encadrants}[1]{\newcommand{\@encadrants}{#1}}
\newcommand{\jurys}[1]{\newcommand{\@jurys}{#1}}
\newcommand{\dateSoutenance}[1]{\newcommand{\@dateSoutenance}{#1}}
\newcommand{\optionFormation}[1]{\newcommand{\@optionFormation}{#1}}
\newcommand{\anneeScolaire}[1]{\newcommand{\@anneeScolaire}{#1}}
\newcommand{\titre}[1]{\newcommand{\@titre}{#1}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Mise en page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\geometry{tmargin=2cm,bmargin=2cm,lmargin=2cm,rmargin=2cm}
\setlength\headheight{15pt}
\renewcommand{\baselinestretch}{1.2} % espace entre les lignes
\pagestyle{headings}
\renewcommand{\listfigurename}{Liste des figures}
\renewcommand{\listtablename}{Liste des tableaux}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Le bloc monBloc
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\definecolor{fondBleu}{rgb}{0.95,0.95,1}
\newenvironment{formal}{%
\def\FrameCommand{%
\hspace{1pt}%
{\color{black}\vrule width 2pt}%
{\color{lgray}\vrule width 4pt}%
\colorbox{lgray}%
}%
\MakeFramed{\advance\hsize-\width\FrameRestore}%
\begin{adjustwidth}{}{7pt}%
\vspace{0pt}\vspace{0pt}%
}
{%
\vspace{2pt}\end{adjustwidth}\endMakeFramed%
}
\newcommand{\monBloc}[1]{
\begin{formal}
\emph{{#1}}
\end{formal}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% commande epigraphe
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\epigraphe}[3]{
\begin{formal}
\ding{125}
{\itshape #1}
\ding{126}
\end{formal}
{\raggedleft \textsc{#2} #3\par}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% modification de la numerotation %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% niveau de hirarchie 3
\setcounter{secnumdepth}{3} % permet de numroter 4 niveaux
\setcounter{tocdepth}{2} % et en affiche 2 dans la toc
% saut de page aprs le titre du chapitre
\def\chapitre#1{\chapter{#1}\newpage}
\newcommand\dedicace{\chapter*{Dédicace}\addcontentsline{toc}{chapter}{Dédicace}}
\newcommand\remerciements{\chapter*{Remerciements}\addcontentsline{toc}{chapter}{Remerciements}}
\newcommand\introduction{\chapter*{Introduction Générale}\addcontentsline{toc}{chapter}{Introduction}}
\newcommand\conclusion{\chapter*{Conclusion Générale}\addcontentsline{toc}{chapter}{Conclusion}}
\newcommand\resume{\chapter*{}\addcontentsline{toc}{chapter}{Résumé}}
\newcommand\annexe{\chapter*{}\addcontentsline{toc}{chapter}{Annexes}}
\renewcommand\printglossaries{\chapter*{Glossaire}\addcontentsline{toc}{chapter}{Glossaire}}
\RequirePackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\fancyfoot[C]{\thepage}
\fancyhead[L]{\tiny \leftmark}
\fancyhead[R]{\scriptsize \rightmark}
% french and english abstract on same page
% http://www.latex-community.org/forum/viewtopic.php?f=44&t=13708
\if@titlepage
\renewenvironment{abstract}{%
%\null\vfil
\@beginparpenalty\@lowpenalty
\begin{center}%
\Huge \abstractname
\@endparpenalty\@M
\end{center}\fancyhf{}}%
{
%\par\vfil\null
}
\fi
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% modification de la toc %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\RequirePackage{tocloft}
%%%%%%%%% commenter les lignes suivantes pour avoir %%%%%%%%%%%%%%%
%%%%%%%%% les hauts de page en majuscule %%%%%%%%%%%%%%%
\renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}
\renewcommand{\chaptermark}[1]{%
\markboth{\if@mainmatter\@chapapp\ \thechapter. \fi\ #1}%
{\if@mainmatter\@chapapp\ \thechapter. \fi\ #1}}
%surcharge des sections
\titleformat{\section}
{\normalfont\Large\bfseries}{\thesection}{0.5em}{}[\hspace{1ex}] %\titlerule par Ezin
% surcharge des titres des parties
\titleclass{\part}{page}
\titleformat{\part}[display]
{\centering\normalfont\huge\bfseries}
{\centering\normalfont\normalsize\scshape\partname\ \centering{\thepart}}
{2ex}
{\titlerule\vspace{1ex}}
[\vspace{2ex}\titlerule]
{\newpage\renewcommand{\thepage}{\arabic{page}}\setcounter{page}{1}}
% enlever le point à la fin
\renewcommand*{\glspostdescription}{}
% mettre deux points apres les titres
\renewcommand{\glsnamefont}[1]{\textbf{#1 : }}
%%%%%%%%%%%%%%%%%%%%%%%%%%ù
%% Références multiples au même footnote
%% http://www.pommegyver.be/2010/11/latex-references-multiples-au-meme-footnote/
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\footnoteremember}[2]{
\footnote{#2}
\newcounter{#1}
\setcounter{#1}{\value{footnote}}
}
\newcommand{\footnoterecall}[1]{
\footnotemark[\value{#1}]
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{nomencl}
\renewcommand{\nomname}{Sigles et abréviations}
\makenomenclature
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% les éléments dz la page de garde%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\listofalgorithmes}{\tocfile{\listalgorithmcfname}{loa}}
\newcommand{\pageDeGarde}{
\begin{titlepage}
\begin{center}
\begin{tabular}{c}
\textsf{{\scriptsize RÉPUBLIQUE DU BÉNIN}}
\end{tabular}
\end{center}
\vspace{-1.75cm}
\begin{flushleft}
\hspace{-0.5cm}
\begin{tabular}{p{3.5cm}}
\begin{flushright}
\includegraphics[scale=0.5]{images/logoUAC1.png}\\
\end{flushright}
\end{tabular}
\hfill
\begin{tabular}{p{8.5cm}}
\begin{center}
{\scriptsize \textsf{MINISTÈRE DE L'ENSEIGNEMENT SUPÉRIEUR \\ET DE LA RECHERCHE SCIENTIFIQUE}\\}
\vspace{0.25cm}
{\scriptsize \textbf{\textsf{UNIVERSITÉ D'ABOMEY-CALAVI}}\\}
\vspace{0.25cm}
{\footnotesize \textbf {\textsf{INSTITUT DE FORMATION ET DE\\ RECHERCHE EN INFORMATIQUE}\\}}
\vspace{0.25cm}
{\scriptsize BP 526 Cotonou Tel : +229 55 02 80 70\\}
\vspace{-0.25cm}
{\scriptsize \url{http://www.ifri-uac.bj} Courriel : \href{mailto:contact@ifri.uac.bj}{contact@ifri.uac.bj}}
\end{center}
\end{tabular}
\hfill
\begin{tabular}{p{3.5cm}}
\begin{flushleft}
\includegraphics[scale=0.5]{images/logoIfri.png}
\end{flushleft}
\end{tabular}
\end{flushleft}
\begin{center}
{\textbf{{\Huge MÉMOIRE \\}}}
\vspace{0.5cm}
{\large pour l'obtention du\\}
\vspace{0.5cm}
{\large \bf \centering \@typeMemoire \\ }
\vspace{0.5cm}
{\large \centering \textbf{Option :} \@optionFormation \\ }
\vspace{0.5cm}
{ \textbf{Présenté par} : \\}
{\@etudiant{}}\\
\vspace{1cm}
{{\Huge {\bf \centering \@titreDuMemoire}}}\\
\vspace{2cm}
{ \textbf{Sous la supervision } : \\}
{ \@encadrants{}}\\
\vspace{1cm}
{ \textbf{Membres du jury } : \\}
{ \@jurys{}}\\
\vfill
\end{center}
\begin{center}
{ Année Académique : \bf \@anneeScolaire }
\end{center}
\end{titlepage}
}
%Générer les index
\makeindex
%Activate glossary commands
\makenoidxglossaries
\author{}
\date{}