Commit 1ea9986dd71ab4c60a9f4ba2e219a973e581b1a4
1 parent
2d71c2d619
Exists in
main
another version
Showing 1 changed file with 3 additions and 3 deletions Inline Diff
main.tex
View file @
1ea9986
%% Use the standard UP-methodology class | 1 | 1 | %% Use the standard UP-methodology class | |
%% with French language. | 2 | 2 | %% with French language. | |
%% | 3 | 3 | %% | |
%% You may specify the option 'twoside' or 'oneside' for | 4 | 4 | %% You may specify the option 'twoside' or 'oneside' for | |
%% the document. | 5 | 5 | %% the document. | |
%% | 6 | 6 | %% | |
%% See the documentation tex-upmethodology on | 7 | 7 | %% See the documentation tex-upmethodology on | |
%% http://www.arakhne.org/tex-upmethodology/ | 8 | 8 | %% http://www.arakhne.org/tex-upmethodology/ | |
%% for details about the macros that are provided by the class and | 9 | 9 | %% for details about the macros that are provided by the class and | |
%% to obtain the list of the packages that are already included. | 10 | 10 | %% to obtain the list of the packages that are already included. | |
11 | 11 | |||
\documentclass[a4paper,french]{spimufcphdthesis} | 12 | 12 | \documentclass[a4paper,french]{spimufcphdthesis} | |
\renewcommand{\familydefault}{\sfdefault} % Met tout le texte en 'sans serif'. | 13 | 13 | \renewcommand{\familydefault}{\sfdefault} % Met tout le texte en 'sans serif'. | |
14 | 14 | |||
%%-------------------- | 15 | 15 | %%-------------------- | |
%% The TeX code is entering with UTF8 | 16 | 16 | %% The TeX code is entering with UTF8 | |
%% character encoding (Linux and MacOS standards) | 17 | 17 | %% character encoding (Linux and MacOS standards) | |
\usepackage[utf8]{inputenc} | 18 | 18 | \usepackage[utf8]{inputenc} | |
19 | 19 | |||
\usepackage[T1]{fontenc} | 20 | 20 | \usepackage[T1]{fontenc} | |
\usepackage{times} | 21 | 21 | \usepackage{times} | |
\usepackage{graphicx} | 22 | 22 | \usepackage{graphicx} | |
23 | 23 | |||
\usepackage[export]{adjustbox} % Pour aligner image à droite | 24 | 24 | \usepackage[export]{adjustbox} % Pour aligner image à droite | |
25 | 25 | |||
\usepackage{url} | 26 | 26 | \usepackage{url} | |
%\geometry{margin=1in} | 27 | 27 | %\geometry{margin=1in} | |
28 | 28 | |||
%%------------------- | 29 | 29 | %%------------------- | |
%% NATBIB is enabled by default. | 30 | 30 | %% NATBIB is enabled by default. | |
%% If you would like to disable it, put the 'nonatbib' option to the class' options. | 31 | 31 | %% If you would like to disable it, put the 'nonatbib' option to the class' options. | |
32 | 32 | |||
%%-------------------- | 33 | 33 | %%-------------------- | |
%% Include the 'multibib' package to enable to | 34 | 34 | %% Include the 'multibib' package to enable to | |
%% have different types of bibliographies in the | 35 | 35 | %% have different types of bibliographies in the | |
%% document (see at the end of this template for | 36 | 36 | %% document (see at the end of this template for | |
%% an example with a personnal bibliography and | 37 | 37 | %% an example with a personnal bibliography and | |
%% a general bibliography) | 38 | 38 | %% a general bibliography) | |
%% | 39 | 39 | %% | |
%% Each bibliography defined with 'multibib' | 40 | 40 | %% Each bibliography defined with 'multibib' | |
%% adds a chapter with the corresponding | 41 | 41 | %% adds a chapter with the corresponding | |
%% publications (in addition to the chapter for | 42 | 42 | %% publications (in addition to the chapter for | |
%% the standard/general bibliography). | 43 | 43 | %% the standard/general bibliography). | |
%% CAUTION: | 44 | 44 | %% CAUTION: | |
%% There is no standard way to do include this type of | 45 | 45 | %% There is no standard way to do include this type of | |
%% personnal bibliography. | 46 | 46 | %% personnal bibliography. | |
%% We propose to use 'multibib' package to help you, | 47 | 47 | %% We propose to use 'multibib' package to help you, | |
%% for example. | 48 | 48 | %% for example. | |
%\usepackage{multibib} | 49 | 49 | %\usepackage{multibib} | |
50 | 50 | |||
%% Define a "type" of bibliography, here the PERSONAL one, | 51 | 51 | %% Define a "type" of bibliography, here the PERSONAL one, | |
%% that is supported by 'multibib'. | 52 | 52 | %% that is supported by 'multibib'. | |
%\newcites{PERSO}{Liste de mes publications} | 53 | 53 | %\newcites{PERSO}{Liste de mes publications} | |
54 | 54 | |||
%% To cite one of your PERSONAL papers with the style | 55 | 55 | %% To cite one of your PERSONAL papers with the style | |
%% of the PERSONAL bibliography: \citePERSO{key} | 56 | 56 | %% of the PERSONAL bibliography: \citePERSO{key} | |
%% To force to show one of your PERSONAL papers into | 57 | 57 | %% To force to show one of your PERSONAL papers into | |
%% the PERSONAL bibliography, even if not cited in the | 58 | 58 | %% the PERSONAL bibliography, even if not cited in the | |
%% text: \nocitePERSO{key} | 59 | 59 | %% text: \nocitePERSO{key} | |
60 | 60 | |||
%% REMARK: When you are using 'multibib', you | 61 | 61 | %% REMARK: When you are using 'multibib', you | |
%% must compile the PERSONAL bibliography by hand. | 62 | 62 | %% must compile the PERSONAL bibliography by hand. | |
%% For example, the sequence of commands to run | 63 | 63 | %% For example, the sequence of commands to run | |
%% when you had defined the bibliography PERSO is: | 64 | 64 | %% when you had defined the bibliography PERSO is: | |
%% $ pdflatex my_document.tex | 65 | 65 | %% $ pdflatex my_document.tex | |
%% $ bibtex my_document.aux | 66 | 66 | %% $ bibtex my_document.aux | |
%% $ bibtex PERSO.aux | 67 | 67 | %% $ bibtex PERSO.aux | |
%% $ pdflatex my_document.tex | 68 | 68 | %% $ pdflatex my_document.tex | |
%% $ pdflatex my_document.tex | 69 | 69 | %% $ pdflatex my_document.tex | |
%% $ pdflatex my_document.tex | 70 | 70 | %% $ pdflatex my_document.tex | |
71 | 71 | |||
%%-------------------- | 72 | 72 | %%-------------------- | |
%% Add here any other packages that are needed for your document. | 73 | 73 | %% Add here any other packages that are needed for your document. | |
%\usepackage{eurosim} | 74 | 74 | %\usepackage{eurosim} | |
\usepackage{amsmath} | 75 | 75 | \usepackage{amsmath} | |
\usepackage{algorithm} | 76 | 76 | \usepackage{algorithm} | |
\usepackage{algpseudocode} | 77 | 77 | \usepackage{algpseudocode} | |
\usepackage{xcolor} | 78 | 78 | \usepackage{xcolor} | |
79 | 79 | |||
%%-------------------- | 80 | 80 | %%-------------------- | |
%% Set the title, subtitle, defense date, and | 81 | 81 | %% Set the title, subtitle, defense date, and | |
%% the registration number of the PhD thesis. | 82 | 82 | %% the registration number of the PhD thesis. | |
%% The optional parameter is the subtitle of the PhD thesis. | 83 | 83 | %% The optional parameter is the subtitle of the PhD thesis. | |
%% The first mandatory parameter is the title of the PhD thesis. | 84 | 84 | %% The first mandatory parameter is the title of the PhD thesis. | |
%% The second mandatory parameter is the date of the PhD defense. | 85 | 85 | %% The second mandatory parameter is the date of the PhD defense. | |
%% The third mandatory parameter is the location/city of the PhD defense. | 86 | 86 | %% The third mandatory parameter is the location/city of the PhD defense. | |
%% The forth mandatory parameter is the reference number given by | 87 | 87 | %% The forth mandatory parameter is the reference number given by | |
%% the University Library after the PhD defense. | 88 | 88 | %% the University Library after the PhD defense. | |
\declarethesis%[Sous-titre] | 89 | 89 | \declarethesis%[Sous-titre] | |
%{Adaptation en temps réel d'une séance d'entraînement par intelligence artificielle}{17 septembre 2025}{Besançon}{XXX} | 90 | 90 | %{Adaptation en temps réel d'une séance d'entraînement par intelligence artificielle}{17 septembre 2025}{Besançon}{XXX} | |
91 | 91 | |||
%%-------------------- | 92 | 92 | %%-------------------- | |
%% Set the title in the secondary language | 93 | 93 | %% Set the title in the secondary language | |
%% (it is in English if the PhD dissertation is written in French; it is French if the PhD dissertation is written in English) | 94 | 94 | %% (it is in English if the PhD dissertation is written in French; it is French if the PhD dissertation is written in English) | |
%\declareminorthesistitle{Titre dans la langue secondaire} | 95 | 95 | %\declareminorthesistitle{Titre dans la langue secondaire} | |
96 | 96 | |||
%%-------------------- | 97 | 97 | %%-------------------- | |
%% Add a member of the jury | 98 | 98 | %% Add a member of the jury | |
%% | 99 | 99 | %% | |
%% Two macros are provided: one without civility, one with civility. | 100 | 100 | %% Two macros are provided: one without civility, one with civility. | |
%% | 101 | 101 | %% | |
%% CAUTION 1: If a Jury member is not present during the defense, | 102 | 102 | %% CAUTION 1: If a Jury member is not present during the defense, | |
%% she/he must be in the list of the Jury members. | 103 | 103 | %% she/he must be in the list of the Jury members. | |
%% Only the reviewers and the members who are present during the defense must | 104 | 104 | %% Only the reviewers and the members who are present during the defense must | |
%% appear in the Jyry member list. | 105 | 105 | %% appear in the Jyry member list. | |
%% CAUTION 2: After your defense, you must assign the role "Pr\'esident" to | 106 | 106 | %% CAUTION 2: After your defense, you must assign the role "Pr\'esident" to | |
%% the Jury member who have been the President of the Jury. | 107 | 107 | %% the Jury member who have been the President of the Jury. | |
%% CAUTION 3: The recommended order for the Jury members is: | 108 | 108 | %% CAUTION 3: The recommended order for the Jury members is: | |
%% President, Reviewer(s), Examiner(s), Director(s), | 109 | 109 | %% President, Reviewer(s), Examiner(s), Director(s), | |
%% Other supervisor(s), Invited person(s). | 110 | 110 | %% Other supervisor(s), Invited person(s). | |
%% \addjury{Firstname}{Lastname}{Role in the jury}{Position} | 111 | 111 | %% \addjury{Firstname}{Lastname}{Role in the jury}{Position} | |
112 | 112 | |||
%%-------------------- | 113 | 113 | %%-------------------- | |
%% Change style of the table of the jury | 114 | 114 | %% Change style of the table of the jury | |
%% \Set{jurystyle}{put macros for the style} | 115 | 115 | %% \Set{jurystyle}{put macros for the style} | |
%\Set{jurystyle}{\small} | 116 | 116 | %\Set{jurystyle}{\small} | |
117 | 117 | |||
%%-------------------- | 118 | 118 | %%-------------------- | |
%% Set the English abstract | 119 | 119 | %% Set the English abstract | |
\thesisabstract[english]{This is the abstract in English.} | 120 | 120 | \thesisabstract[english]{This is the abstract in English.} | |
121 | 121 | |||
%%-------------------- | 122 | 122 | %%-------------------- | |
%% Set the English keywords. They only appear if | 123 | 123 | %% Set the English keywords. They only appear if | |
%% there is an English abstract | 124 | 124 | %% there is an English abstract | |
\thesiskeywords[english]{Keyword 1, Keyword 2} | 125 | 125 | \thesiskeywords[english]{Keyword 1, Keyword 2} | |
126 | 126 | |||
%%-------------------- | 127 | 127 | %%-------------------- | |
%% Set the French abstract | 128 | 128 | %% Set the French abstract | |
\thesisabstract[french]{L'objectif de ce travail de thèse est la prise en compte en temps réel du travail d'un apprenant pour une meilleure personnalisation d'AI-VT (Artificial Intelligence Virtual Trainer). | 129 | 129 | \thesisabstract[french]{L'objectif de ce travail de thèse est la prise en compte en temps réel du travail d'un apprenant pour une meilleure personnalisation d'AI-VT (Artificial Intelligence Virtual Trainer). | |
%Cet objectif comprend à la fois une correction automatique pour que le système puisse modifier la feuille d'exercice en cours de séance mais aussi l'ajout de fonctionnalités d'aide liées au profil de l'apprenant (rappel de méthode, de cours, solutions). | 130 | 130 | %Cet objectif comprend à la fois une correction automatique pour que le système puisse modifier la feuille d'exercice en cours de séance mais aussi l'ajout de fonctionnalités d'aide liées au profil de l'apprenant (rappel de méthode, de cours, solutions). | |
} | 131 | 131 | } | |
132 | 132 | |||
%%-------------------- | 133 | 133 | %%-------------------- | |
%% Set the French keywords. They only appear if | 134 | 134 | %% Set the French keywords. They only appear if | |
%% there is an French abstract | 135 | 135 | %% there is an French abstract | |
\thesiskeywords[french]{Mot-cl\'e 1, Mot-cl\'e 2} | 136 | 136 | \thesiskeywords[french]{Mot-cl\'e 1, Mot-cl\'e 2} | |
137 | 137 | |||
%%-------------------- | 138 | 138 | %%-------------------- | |
%% Change the layout and the style of the text of the "primary" abstract. | 139 | 139 | %% Change the layout and the style of the text of the "primary" abstract. | |
%% If your document is written in French, the primary abstract is in French, | 140 | 140 | %% If your document is written in French, the primary abstract is in French, | |
%% otherwise it is in English. | 141 | 141 | %% otherwise it is in English. | |
%\Set{primaryabstractstyle}{\tiny} | 142 | 142 | %\Set{primaryabstractstyle}{\tiny} | |
143 | 143 | |||
%%-------------------- | 144 | 144 | %%-------------------- | |
%% Change the layout and the style of the text of the "secondary" abstract. | 145 | 145 | %% Change the layout and the style of the text of the "secondary" abstract. | |
%% If your document is written in French, the secondary abstract is in English, | 146 | 146 | %% If your document is written in French, the secondary abstract is in English, | |
%% otherwise it is in French. | 147 | 147 | %% otherwise it is in French. | |
%\Set{secondaryabstractstyle}{\tiny} | 148 | 148 | %\Set{secondaryabstractstyle}{\tiny} | |
149 | 149 | |||
%%-------------------- | 150 | 150 | %%-------------------- | |
%% Change the layout and the style of the text of the "primary" keywords. | 151 | 151 | %% Change the layout and the style of the text of the "primary" keywords. | |
%% If your document is written in French, the primary keywords are in French, | 152 | 152 | %% If your document is written in French, the primary keywords are in French, | |
%% otherwise they are in English. | 153 | 153 | %% otherwise they are in English. | |
%\Set{primarykeywordstyle}{\tiny} | 154 | 154 | %\Set{primarykeywordstyle}{\tiny} | |
155 | 155 | |||
%%-------------------- | 156 | 156 | %%-------------------- | |
%% Change the layout and the style of the text of the "secondary" keywords. | 157 | 157 | %% Change the layout and the style of the text of the "secondary" keywords. | |
%% If your document is written in French, the secondary keywords are in English, | 158 | 158 | %% If your document is written in French, the secondary keywords are in English, | |
%% otherwise they are in French. | 159 | 159 | %% otherwise they are in French. | |
%\Set{secondarykeywordstyle}{\tiny} | 160 | 160 | %\Set{secondarykeywordstyle}{\tiny} | |
161 | 161 | |||
%%-------------------- | 162 | 162 | %%-------------------- | |
%% Change the speciality of the PhD thesis | 163 | 163 | %% Change the speciality of the PhD thesis | |
%\Set{speciality}{Informatique} | 164 | 164 | %\Set{speciality}{Informatique} | |
165 | 165 | |||
%%-------------------- | 166 | 166 | %%-------------------- | |
%% Change the institution | 167 | 167 | %% Change the institution | |
%\Set{universityname}{Universit\'e de Technologie de Belfort-Montb\'eliard} | 168 | 168 | %\Set{universityname}{Universit\'e de Technologie de Belfort-Montb\'eliard} | |
169 | 169 | |||
170 | 170 | |||
%%-------------------- | 171 | 171 | %%-------------------- | |
%% Clear the list of the laboratories | 172 | 172 | %% Clear the list of the laboratories | |
\resetlaboratories | 173 | 173 | \resetlaboratories | |
174 | 174 | |||
%%-------------------- | 175 | 175 | %%-------------------- | |
%% Add the laboratory where the thesis was made | 176 | 176 | %% Add the laboratory where the thesis was made | |
\addlaboratory{Laboratoire Connaissance et Intelligence Artificielle Distribu\'ees} | 177 | 177 | \addlaboratory{Laboratoire Connaissance et Intelligence Artificielle Distribu\'ees} | |
178 | 178 | |||
%%-------------------- | 179 | 179 | %%-------------------- | |
%% The name of the university that is jointly delivering the Doctoral degree with UBFC | 180 | 180 | %% The name of the university that is jointly delivering the Doctoral degree with UBFC | |
%\Set{jointuniversity}{Universit\'e de Ngaound\'er\'e au Cameroun} | 181 | 181 | %\Set{jointuniversity}{Universit\'e de Ngaound\'er\'e au Cameroun} | |
182 | 182 | |||
%%-------------------- | 183 | 183 | %%-------------------- | |
%% Clear the list of the partner/sponsor logos | 184 | 184 | %% Clear the list of the partner/sponsor logos | |
%\resetpartners | 185 | 185 | %\resetpartners | |
186 | 186 | |||
%%-------------------- | 187 | 187 | %%-------------------- | |
%% Add the logos of the partners or the sponsors on the front page | 188 | 188 | %% Add the logos of the partners or the sponsors on the front page | |
%% | 189 | 189 | %% | |
%% CAUTION 1: At least, the logo of the University should appear (UFC) | 190 | 190 | %% CAUTION 1: At least, the logo of the University should appear (UFC) | |
%% | 191 | 191 | %% | |
%\addpartner[image options]{image name} | 192 | 192 | %\addpartner[image options]{image name} | |
193 | 193 | |||
%\addpartner{ufc} | 194 | 194 | %\addpartner{ufc} | |
195 | 195 | |||
%%-------------------- | 196 | 196 | %%-------------------- | |
%% Change the header and the foot of the pages. | 197 | 197 | %% Change the header and the foot of the pages. | |
%% You must include the package "fancyhdr" to | 198 | 198 | %% You must include the package "fancyhdr" to | |
%% have access to these macros. | 199 | 199 | %% have access to these macros. | |
%% Left header | 200 | 200 | %% Left header | |
%\lhead{} | 201 | 201 | %\lhead{} | |
%% Center header | 202 | 202 | %% Center header | |
%\chead{} | 203 | 203 | %\chead{} | |
%% Right header | 204 | 204 | %% Right header | |
%\rhead{} | 205 | 205 | %\rhead{} | |
%% Left footer | 206 | 206 | %% Left footer | |
%\lfoot{} | 207 | 207 | %\lfoot{} | |
%% Center footer | 208 | 208 | %% Center footer | |
%\cfoot{} | 209 | 209 | %\cfoot{} | |
%% Right footer | 210 | 210 | %% Right footer | |
%\rfoot{} | 211 | 211 | %\rfoot{} | |
212 | 212 | |||
%%-------------------- | 213 | 213 | %%-------------------- | |
% Declare several theorems | 214 | 214 | % Declare several theorems | |
%\declareupmtheorem{mytheorem}{My Theorem}{List of my Theorems} | 215 | 215 | %\declareupmtheorem{mytheorem}{My Theorem}{List of my Theorems} | |
216 | 216 | |||
%%-------------------- | 217 | 217 | %%-------------------- | |
%% Change the message on the backcover. | 218 | 218 | %% Change the message on the backcover. | |
%\Set{backcovermessage}{% | 219 | 219 | %\Set{backcovermessage}{% | |
% Some text | 220 | 220 | % Some text | |
%} | 221 | 221 | %} | |
222 | 222 | |||
\usepackage{layout} % Add this to view current margins | 223 | 223 | \usepackage{layout} % Add this to view current margins | |
224 | 224 | |||
\usepackage[pass]{geometry} | 225 | 225 | \usepackage[pass]{geometry} | |
226 | 226 | |||
\begin{document} | 227 | 227 | \begin{document} | |
228 | 228 | |||
\newgeometry{left=6cm, bottom=0.1cm} | 229 | 229 | \newgeometry{left=6cm, bottom=0.1cm} | |
230 | 230 | |||
\begin{titlepage} % Supprime headers et footers de la page | 231 | 231 | \begin{titlepage} % Supprime headers et footers de la page | |
\begin{figure}[t] | 232 | 232 | \begin{figure}[t] | |
\includegraphics[width=0.4\textwidth]{images_logos/image1_logoUBFC_grand.png}\hfill\includegraphics[width=0.4\textwidth]{images_logos/logo_UFC_2018_transparence.png} | 233 | 233 | \includegraphics[width=0.4\textwidth]{images_logos/image1_logoUBFC_grand.png}\hfill\includegraphics[width=0.4\textwidth]{images_logos/logo_UFC_2018_transparence.png} | |
\end{figure} | 234 | 234 | \end{figure} | |
235 | 235 | |||
\begin{center} | 236 | 236 | \begin{center} | |
237 | 237 | |||
\vspace*{1.0cm} | 238 | 238 | \vspace*{1.0cm} | |
\footnotesize{\textsf{\textbf{THESE DE DOCTORAT DE L’ETABLISSEMENT UNIVERSITE BOURGOGNE FRANCHE-COMTE\\~\\ | 239 | 239 | \footnotesize{\textsf{\textbf{THESE DE DOCTORAT DE L’ETABLISSEMENT UNIVERSITE BOURGOGNE FRANCHE-COMTE\\~\\ | |
PREPAREE A l'UNIVERSITE DE FRANCHE-COMTE}}} | 240 | 240 | PREPAREE A l'UNIVERSITE DE FRANCHE-COMTE}}} | |
241 | 241 | |||
\vspace{1.0cm} | 242 | 242 | \vspace{1.0cm} | |
Ecole doctorale n\textsuperscript{o} <numéro de l'Ecole doctorale>\\~\\ | 243 | 243 | Ecole doctorale n\textsuperscript{o} <numéro de l'Ecole doctorale>\\~\\ | |
<Nom de l'Ecole doctorale> | 244 | 244 | <Nom de l'Ecole doctorale> | |
245 | 245 | |||
\vspace{1.0cm} | 246 | 246 | \vspace{1.0cm} | |
Doctorat de Informatique | 247 | 247 | Doctorat de Informatique | |
248 | 248 | |||
\vspace{1.5cm} | 249 | 249 | \vspace{1.5cm} | |
Par\\~\\M. SOTO FORERO Daniel | 250 | 250 | Par\\~\\M. SOTO FORERO Daniel | |
251 | 251 | |||
\vspace{1.5cm} | 252 | 252 | \vspace{1.5cm} | |
Adaptation en temps réel d'une séance d'entraînement par intelligence artificielle | 253 | 253 | Adaptation en temps réel d'une séance d'entraînement par intelligence artificielle | |
254 | 254 | |||
%\vspace{0.12cm} | 255 | 255 | %\vspace{0.12cm} | |
%<Sous-titre ou deuxième ligne du titre de la thèse> | 256 | 256 | %<Sous-titre ou deuxième ligne du titre de la thèse> | |
257 | 257 | |||
\begin{flushleft} | 258 | 258 | \begin{flushleft} | |
259 | 259 | |||
\vspace{1.0cm} | 260 | 260 | \vspace{1.0cm} | |
Thèse présentée et soutenue à Besançon, le <date> | 261 | 261 | Thèse présentée et soutenue à Besançon, le <date> | |
262 | 262 | |||
\vspace{1.0cm} | 263 | 263 | \vspace{1.0cm} | |
Composition du Jury~: | 264 | 264 | Composition du Jury~: | |
265 | 265 | |||
\begin{tabbing} %Tabulations avec'\>', positions indiquées par '\='. | 266 | 266 | \begin{tabbing} %Tabulations avec'\>', positions indiquées par '\='. | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\=~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\=\\ % Définit les positions des tabulations | 267 | 267 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\=~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\=\\ % Définit les positions des tabulations | |
<Civilité><Nom><Prénom> \> <Fonction et établissement d’exercice> \> Président\\ | 268 | 268 | <Civilité><Nom><Prénom> \> <Fonction et établissement d’exercice> \> Président\\ | |
<Civilité><Nom><Prénom> \> <Fonction et établissement d’exercice> \> Rapporteur\\ | 269 | 269 | <Civilité><Nom><Prénom> \> <Fonction et établissement d’exercice> \> Rapporteur\\ | |
<Civilité><Nom><Prénom> \> <Fonction et établissement d’exercice> \> Rapporteur\\ | 270 | 270 | <Civilité><Nom><Prénom> \> <Fonction et établissement d’exercice> \> Rapporteur\\ | |
<Civilité><Nom><Prénom> \> <Fonction et établissement d’exercice> \> Examinateur\\ | 271 | 271 | <Civilité><Nom><Prénom> \> <Fonction et établissement d’exercice> \> Examinateur\\ | |
<Civilité><Nom><Prénom> \> <Fonction et établissement d’exercice> \> Examinatrice\\ | 272 | 272 | <Civilité><Nom><Prénom> \> <Fonction et établissement d’exercice> \> Examinatrice\\ | |
<Civilité><Nom><Prénom> \> <Fonction et établissement d’exercice> \> Directeur de thèse\\ | 273 | 273 | <Civilité><Nom><Prénom> \> <Fonction et établissement d’exercice> \> Directeur de thèse\\ | |
<Civilité><Nom><Prénom> \> <Fonction et établissement d’exercice> \> Codirecteur de thèse\\ | 274 | 274 | <Civilité><Nom><Prénom> \> <Fonction et établissement d’exercice> \> Codirecteur de thèse\\ | |
<Civilité><Nom><Prénom> \> <Fonction et établissement d’exercice> \> Invité | 275 | 275 | <Civilité><Nom><Prénom> \> <Fonction et établissement d’exercice> \> Invité | |
\end{tabbing} | 276 | 276 | \end{tabbing} | |
\end{flushleft} | 277 | 277 | \end{flushleft} | |
\end{center} | 278 | 278 | \end{center} | |
\end{titlepage} % Fin de page de titre | 279 | 279 | \end{titlepage} % Fin de page de titre | |
280 | 280 | |||
\restoregeometry | 281 | 281 | \restoregeometry | |
282 | 282 | |||
%%-------------------- | 283 | 283 | %%-------------------- | |
%% The following line does nothing until | 284 | 284 | %% The following line does nothing until | |
%% the class option 'nofrontmatter' is given. | 285 | 285 | %% the class option 'nofrontmatter' is given. | |
%\frontmatter | 286 | 286 | %\frontmatter | |
287 | 287 | |||
%%-------------------- | 288 | 288 | %%-------------------- | |
%% The following line permits to add a chapter for "acknowledgements" | 289 | 289 | %% The following line permits to add a chapter for "acknowledgements" | |
%% at the beginning of the document. This chapter has not a chapter | 290 | 290 | %% at the beginning of the document. This chapter has not a chapter | |
%% number (using the "star-ed" version of \chapter) to prevent it to | 291 | 291 | %% number (using the "star-ed" version of \chapter) to prevent it to | |
%% be in the table of contents | 292 | 292 | %% be in the table of contents | |
\chapter*{Remerciements} | 293 | 293 | \chapter*{Remerciements} | |
294 | 294 | |||
\newpage | 295 | 295 | \newpage | |
\hfill\begin{minipage}{0.32\linewidth} | 296 | 296 | \hfill\begin{minipage}{0.32\linewidth} | |
\end{minipage} | 297 | 297 | \end{minipage} |