1 %% Use the standard UP-methodology class
2 %% with French language and Book layout.
4 %% Change the 'book' option below to 'report'
5 %% if you want to use a report style (see your LaTeX
6 %% documention about the different between a report
9 %% You may also specify 'twoside' or 'oneside' option.
10 %% By default 'book' is two-sided and 'report' is one-sided.
12 %% See the documentation tex-upmethodology on
13 %% http://www.arakhne.org/tex-upmethodology/
14 %% for details about the macros that are provided by the class and
15 %% to obtain the list of the packages that are already included.
16 %\documentclass[french,book,nopubpage,nodocumentinfo]{upmethodology-document}
18 %\documentclass[french,book,nopubpage,nodocumentinfo]{spimufcphdthesis}
19 \documentclass[english, book,nopubpage,nodocumentinfo]{spimufcphdthesis}
20 %%--------------------
21 \usepackage[acronym,smallcaps]{glossaries}
22 \newcommand{\abbrlabel}[1]{\makebox[2cm][l]{\textbf{#1}\ \dotfill}}
23 \newenvironment{abbreviations}{\begin{list}{}{\renewcommand{\makelabel}{\abbrlabel}}}{\end{list}}
25 \usepackage[utf8]{inputenc}
26 \usepackage{enumerate}
27 \usepackage[english]{babel}
29 %\usepackage{graphicx}
34 \newcommand*\rot{\rotatebox{90}}
35 \newcommand*\OK{\ding{51}}
37 \newcommand{\mcrot}[4]{\multicolumn{#1}{#2}{\rlap{\rotatebox{#3}{#4}~}}}
39 \newcommand*{\twoelementtable}[3][l]%
41 \renewcommand{\arraystretch}{0.8}%
42 \begin{tabular}[t]{@{}#1@{}}%
49 %%--------------------
50 %% Use the style dedicated to PhD thesis from SPIM-UFC
51 \UseExtension{spimufcphdthesis}
54 %%--------------------
55 %% Set the title, subtitle, defense date, and
56 %% the registration number of the PhD thesis.
57 %% The optional parameter is the subtitle of the PhD thesis.
58 %% The first mandatory parameter is the title of the PhD thesis.
59 %% The second mandatory parameter is the date of the PhD defense.
60 %% The third mandatory parameter is the reference number given by the University Library after the PhD defense.
61 %%\declarethesis[Sous-titre]{Titre}{17 septembre 2012}{XXX}
62 \declarethesis{Distributed Coverage Optimization Techniques for Improving Lifetime of Wireless Sensor Networks}{30 September 2015}{2015930}
65 %%--------------------
66 %% Set the author of the PhD thesis
67 %%\addauthor[email]{Prénom}{Nom}
68 \addauthor[aidness.ali@univ-fcomte.fr]{Ali Kadhum}{IDREES}
71 %%--------------------
72 %% Add a member of the jury
73 %% \addjury{Firstname}{Lastname}{Role in the jury}{Position}
74 \addjury{x1}{y1}{Examiner}{Professor at University of}
75 \addjury{x2}{y2}{Examiner}{Professor at University of}
76 \addjury{x3}{y3}{Examiner}{Professor at University of}
77 \addjury{x4}{y4}{Examiner}{Professor at University of}
78 \addjury{Raphaël}{Couturier}{Supervisor}{Professor at University of Franche-Comt\'e}
79 \addjury{Karine}{Deschinkel}{Co-Supervisor}{Assistant Prof. at University of Franche-Comt\'e}
80 \addjury{Michel}{Salomon}{Co-Supervisor}{Assistant Prof. at University of Franche-Comt\'e}
86 %%--------------------
87 %% Set the English abstract
88 \thesisabstract[english]{
92 \thesiskeywords[english]{ }
95 %%--------------------
96 %% Set the French abstract
97 \thesisabstract[french]{
101 \thesiskeywords[french]{ }
104 %%--------------------
105 %% Change the speciality of the PhD thesis
106 %\Set{speciality}{Informatique}
109 %%--------------------
110 %% Change the institution
111 %\Set{universityname}{Universit\'e de Technologie de Belfort-Montb\'eliard}
114 %%--------------------
115 %% Change the header and the foot of the pages
129 %%--------------------
131 %\usepackage{mdwlist}
132 %\usepackage{enumerate}
135 %\usepackage{multirow}
138 %\usepackage{pdflscape}
139 %\usepackage{geometry}
140 %\usepackage{changemargin}
142 %%--------------------
144 \usepackage{algorithmic}
145 \usepackage[ruled,english,boxed,linesnumbered]{algorithm2e}
146 \usepackage[english]{algorithme}
147 \usepackage{subfigure}
148 \usepackage{listings}
151 %%--------------------
153 %\usepackage{moreverb}
155 %%--------------------
157 %\usepackage{amsmath,amsfonts}
158 %\usepackage{amssymb}
159 %\newcommand{\scalprod}[2]%
160 %{\ensuremath{\langle #1 \, , #2 \rangle}}
164 %\font\largefont=yinitas % fontes yinit
166 %\newtheorem{remark}{Remarque}
167 %\def\changemargin#1#2{\list{}{\rightmargin#2\leftmargin#1}\item[]}
168 %\let\endchangemargin=\endlist
170 %\usepackage{lettrine}
171 %\usepackage{oldgerm}
173 %\newcommand{\enluminure}[2]{\lettrine[lines=3]{\small \initfamily #1}{#2}}
174 %\usepackage{indentfirst}
176 \usepackage{booktabs}
177 \usepackage{multirow}