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

Private GIT Repository
je viens de rajouter les fichier .cls
[these_kahina.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 \usepackage[acronym,smallcaps]{glossaries}
22 \newcommand{\abbrlabel}[1]{\makebox[2cm][l]{\textbf{#1}\ \dotfill}}
23 \newenvironment{abbreviations}{\begin{list}{}{\renewcommand{\makelabel}{\abbrlabel}}}{\end{list}}
24 \usepackage{tabularx}
25 \usepackage[utf8]{inputenc}
26 \usepackage{enumerate}
27 \usepackage[english]{babel}
28 \usepackage{booktabs}
29 %\usepackage{graphicx}
30 %\usepackage{subfig}
31 \usepackage{multirow}
32 \usepackage{array}
33 \usepackage{picture}
34 \usepackage[section]{placeins}
35 \usepackage{float}
36 \usepackage{afterpage}
37
38 \newcommand\blankpage{%
39     \null
40     \thispagestyle{empty}%
41     \addtocounter{page}{-1}%
42     \newpage}
43
44 \def\setgrouptext#1{\gdef\grouptext{#1}}
45 \newenvironment{groupeditems}{\begin{displaymath}\left.\vbox\bgroup\setgrouptext}{%
46   \egroup\right\rbrace\hbox{\grouptext}\end{displaymath}}
47
48 \newcommand*\rot{\rotatebox{90}}
49 \newcommand*\OK{\ding{51}}
50
51 \newcommand{\mcrot}[4]{\multicolumn{#1}{#2}{\rlap{\rotatebox{#3}{#4}~}}} 
52
53 \newcommand*{\twoelementtable}[3][l]%
54 {%  
55     \renewcommand{\arraystretch}{0.8}%
56     \begin{tabular}[t]{@{}#1@{}}%
57         #2\tabularnewline
58         #3%
59     \end{tabular}%
60 }
61
62
63 %%--------------------
64 %% Use the style dedicated to PhD thesis from SPIM-UFC
65 \UseExtension{spimufcphdthesis}
66
67
68 %%--------------------
69 %% Set the title, subtitle, defense date, and
70 %% the registration number of the PhD thesis.
71 %% The optional parameter is the subtitle of the PhD thesis.
72 %% The first mandatory parameter is the title of the PhD thesis.
73 %% The second mandatory parameter is the date of the PhD defense.
74 %% The third mandatory parameter is the reference number given by the University Library after the PhD defense.
75 %%\declarethesis[Sous-titre]{Titre}{17 septembre 2012}{XXX}
76 \declarethesis{Conception d'algorithmes d'extraction de racines de polynômes sur GPU}{30 Décembre 2016}{}
77  
78 %%--------------------
79 %% Set the author of the PhD thesis
80 %%\addauthor[email]{Prénom}{Nom}
81 \addauthor[kahina.ghidouche@univ-bejaia.dz]{Kahina}{GHIDOUCHE}
82
83  \iffalse
84 %%--------------------
85 %% Add a member of the jury
86 %% \addjury{Firstname}{Lastname}{Role in the jury}{Position}
87 \addjury{}{} {Examinateur}{}
88 \addjury{}{} {Examinateur}{}
89 \addjury{}{} {Examinateur}{}
90 %\addjury{x4}{y4}{Examiner}{Professor at University of}
91 \addjury{Raphaël}{Couturier}{Encadreur}{Professor at University of Franche-Comt\'e}
92 %\addjury{Karine}{Deschinkel}{Co-Supervisor}{Assistant Professor at University of Franche-Comt\'e}
93 %\addjury{Michel}{Salomon}{Co-Supervisor}{Assistant Professor at University of Franche-Comt\'e}
94 \fi
95 \addjury {} {Prof Ye-Qiong SONG} {University of Lorraine} {Reviewer}
96 \addjury{} {Assoc Prof Hamida SEBA (HDR)} {University of Claude Bernard Lyon1} {Reviewer}
97 \addjury {}{Prof Sylvain CONTASSOT-VIVIER} {University of Lorraine} {Examiner}
98 \addjury {} {Prof Raphaël Couturier} {University of Franche-Comt\'e} {Supervisor}
99 \addjury {} {Asst Prof Karine Deschinkel} {University of Franche-Comt\'e} { Co-supervisor}
100 \addjury {} {Asst Prof Michel Salomon} {University of Franche-Comt\'e} {Co-supervisor}
101  
102  
103 % Supervisors:\\
104 %Committee:\\
105 %%--------------------
106 %% Set the English abstract
107 \thesisabstract[english]{
108
109 }
110
111 \thesiskeywords[english]{ }
112
113   
114 %%--------------------
115 %% Set the French abstract
116 \thesisabstract[french]{
117
118
119 }
120
121 \thesiskeywords[french]{}
122
123   
124 %%--------------------
125 %% Change the speciality of the PhD thesis
126 %\Set{speciality}{Informatique}
127
128  
129 %%--------------------
130 %% Change the institution
131 \Set{universityname}{Universit\'e A-Mira de Bejaia}
132
133  
134 %%--------------------
135 %% Change the header and the foot of the pages
136 %% Left header
137 %\lhead{}
138 %% Center header
139 %\chead{}
140 %% Right header
141 %\rhead{}
142 %% Left footer
143 %\lfoot{}
144 %% Center footer
145 %\cfoot{}
146 %% Right footer
147 %\rfoot{}
148
149 %%--------------------
150 %% itemize*
151 %\usepackage{mdwlist}
152 %\usepackage{enumerate}
153
154 %%tableaux
155 %\usepackage{multirow}
156
157 %\usepackage{lscape}
158 %\usepackage{pdflscape}
159 %\usepackage{geometry}
160 %\usepackage{changemargin}
161
162 %%--------------------
163 %% Algorithmes
164 \usepackage{algorithmic}
165 \usepackage[ruled,english,boxed,linesnumbered]{algorithm2e}
166 \usepackage[english]{algorithme}
167 \usepackage{subfigure}
168 \usepackage{listings}
169
170
171 %%--------------------
172 %% boxedverbatim
173 %\usepackage{moreverb}
174
175 %%--------------------
176 %% Mathematics
177 %\usepackage{amsmath,amsfonts}
178 %\usepackage{amssymb}
179 %\newcommand{\scalprod}[2]%
180 %{\ensuremath{\langle #1 \, , #2 \rangle}}
181 %\usepackage{xfrac}
182
183 %\usepackage{drop}
184 %\font\largefont=yinitas % fontes yinit
185
186 %\newtheorem{remark}{Remarque}
187 %\def\changemargin#1#2{\list{}{\rightmargin#2\leftmargin#1}\item[]}
188 %\let\endchangemargin=\endlist
189
190 %\usepackage{lettrine}
191 %\usepackage{oldgerm}
192 %\usepackage{yfonts}
193 %\newcommand{\enluminure}[2]{\lettrine[lines=3]{\small \initfamily #1}{#2}}
194 %\usepackage{indentfirst}
195
196  \usepackage{booktabs}
197  \usepackage{multirow}
198   
199  
200  
201
202
203