]> AND Private Git Repository - ThesisAli.git/blob - entete.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
new
[ThesisAli.git] / entete.tex
1 %% Use the standard UP-methodology class
2 %% with French language and Book layout.
3 %%
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
7 %% and a book class).
8 %%
9 %% You may also specify 'twoside' or 'oneside' option.
10 %% By default 'book' is two-sided and 'report' is one-sided.
11 %%
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}
17
18  %\documentclass[french,book,nopubpage,nodocumentinfo]{spimufcphdthesis}
19  \documentclass[english, book,nopubpage,nodocumentinfo]{spimufcphdthesis}
20 %%--------------------
21
22 \usepackage[utf8]{inputenc}
23 \usepackage{enumerate}
24 \usepackage[english]{babel}
25 \usepackage{booktabs}
26
27
28 \newcommand*\rot{\rotatebox{90}}
29 \newcommand*\OK{\ding{51}}
30
31 \newcommand{\mcrot}[4]{\multicolumn{#1}{#2}{\rlap{\rotatebox{#3}{#4}~}}} 
32
33 \newcommand*{\twoelementtable}[3][l]%
34 {%  
35     \renewcommand{\arraystretch}{0.8}%
36     \begin{tabular}[t]{@{}#1@{}}%
37         #2\tabularnewline
38         #3%
39     \end{tabular}%
40 }
41 %%--------------------
42 %% Use the style dedicated to PhD thesis from SPIM-UFC
43 \UseExtension{spimufcphdthesis}
44
45
46 %%--------------------
47 %% Set the title, subtitle, defense date, and
48 %% the registration number of the PhD thesis.
49 %% The optional parameter is the subtitle of the PhD thesis.
50 %% The first mandatory parameter is the title of the PhD thesis.
51 %% The second mandatory parameter is the date of the PhD defense.
52 %% The third mandatory parameter is the reference number given by the University Library after the PhD defense.
53 %%\declarethesis[Sous-titre]{Titre}{17 septembre 2012}{XXX}
54 \declarethesis{Distributed Optimization Techniques for Improving Lifetime of Wireless Networks}{30 September 2015}{2015930}
55
56  
57 %%--------------------
58 %% Set the author of the PhD thesis
59 %%\addauthor[email]{Prénom}{Nom}
60 \addauthor[aidness.ali@univ-fcomte.fr]{Ali Kadhum}{IDREES}
61
62  %\iffalse
63 %%--------------------
64 %% Add a member of the jury
65 %% \addjury{Firstname}{Lastname}{Role in the jury}{Position}
66 \addjury{x1}{y1}{Examiner}{Professor at University of}
67 \addjury{x2}{y2}{Examiner}{Professor at University of}
68 \addjury{x3}{y3}{Examiner}{Professor at University of}
69 \addjury{x4}{y4}{Examiner}{Professor at University of}
70 \addjury{Raphaël}{Couturier}{Supervisor}{Professor at University of Franche-Comt\'e}
71 \addjury{Karine}{Deschinkel}{Co-Supervisor}{Assistant Prof. at University of Franche-Comt\'e}
72 \addjury{Michel}{Salomon}{Co-Supervisor}{Assistant Prof. at University of Franche-Comt\'e}
73
74  %\fi
75  
76 % Supervisors:\\
77 %Committee:\\
78 %%--------------------
79 %% Set the English abstract
80 \thesisabstract[english]{
81
82 }
83
84 \thesiskeywords[english]{ }
85
86   
87 %%--------------------
88 %% Set the French abstract
89 \thesisabstract[french]{
90
91 }
92
93 \thesiskeywords[french]{ }
94
95   
96 %%--------------------
97 %% Change the speciality of the PhD thesis
98 %\Set{speciality}{Informatique}
99
100  
101 %%--------------------
102 %% Change the institution
103 %\Set{universityname}{Universit\'e de Technologie de Belfort-Montb\'eliard}
104
105  
106 %%--------------------
107 %% Change the header and the foot of the pages
108 %% Left header
109 %\lhead{}
110 %% Center header
111 %\chead{}
112 %% Right header
113 %\rhead{}
114 %% Left footer
115 %\lfoot{}
116 %% Center footer
117 %\cfoot{}
118 %% Right footer
119 %\rfoot{}
120
121 %%--------------------
122 %% itemize*
123 %\usepackage{mdwlist}
124 %\usepackage{enumerate}
125
126 %%tableaux
127 %\usepackage{multirow}
128
129 %\usepackage{lscape}
130 %\usepackage{pdflscape}
131 %\usepackage{geometry}
132 %\usepackage{changemargin}
133
134 %%--------------------
135 %% Algorithmes
136 \usepackage{algorithmic}
137 \usepackage[ruled,english,boxed,linesnumbered]{algorithm2e}
138 \usepackage[english]{algorithme}
139 %\usepackage{subfigure}
140 %\usepackage{listings}
141 %%--------------------
142 %% boxedverbatim
143 %\usepackage{moreverb}
144
145 %%--------------------
146 %% Mathematics
147 %\usepackage{amsmath,amsfonts}
148 %\usepackage{amssymb}
149 %\newcommand{\scalprod}[2]%
150 %{\ensuremath{\langle #1 \, , #2 \rangle}}
151 %\usepackage{xfrac}
152
153 %\usepackage{drop}
154 %\font\largefont=yinitas % fontes yinit
155
156 %\newtheorem{remark}{Remarque}
157 %\def\changemargin#1#2{\list{}{\rightmargin#2\leftmargin#1}\item[]}
158 %\let\endchangemargin=\endlist
159
160 %\usepackage{lettrine}
161 %\usepackage{oldgerm}
162 %\usepackage{yfonts}
163 %\newcommand{\enluminure}[2]{\lettrine[lines=3]{\small \initfamily #1}{#2}}
164 %\usepackage{indentfirst}
165
166
167
168
169
170
171
172
173