-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy paththesis.tex
More file actions
247 lines (205 loc) · 7.09 KB
/
Copy paththesis.tex
File metadata and controls
247 lines (205 loc) · 7.09 KB
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
\documentclass[a4paper,twoside,openright]{book}
%PdfTeX settings for a correct UTF 8 Mapping
%------------------------------------------------------
\usepackage{ifpdf}
\ifpdf \input{glyphtounicode.tex} %Part of modern distribution
%%%\input{glyphtounicode-cmr.tex} %Additionnal glyph: You must grab it from pdfx package
\pdfgentounicode=1
\else %Place here the settings for other compilator
\fi
%Encoding + cmap (to get proper UTF8 mapping)
%------------------------------------------------------
\usepackage{cmap}
%\usepackage[utf8x]{inputenc}
\usepackage{CJKutf8}
\usepackage[C40,T1]{fontenc}
%NB: CHANGE lmodern AND fourier TO SEE THE PROBLEM OF MISSING UNICODE CHARACTERS
% You can see this on Acrobat Pro with acessibility checking or simply by copy-pasting the content.
% Of course copy paste is not perfect in both case but it is better with lmodern
%------------------------------------------------------
\usepackage{lmodern}
%AMS Math + UTF8 mapping of ams symbols
%------------------------------------------------------
%\usepackage{amsmath}
\usepackage{mathtools}
\usepackage{amssymb} % I load it after Fourier else I have more incorrect utf8 mapping (with \geqslant for example)
%Correct UTF8 mapping for ams fonts
\ifdefined\pdffontattr% \ifdefined is part of the e-TeX extension, which is part of any modern LaTeX compiler.
\immediate\pdfobj stream file {umsa.cmap}
{\usefont{U}{msa}{m}{n}\pdffontattr\font{/ToUnicode \the\pdflastobj\space 0 R}}
\immediate\pdfobj stream file {umsb.cmap}
{\usefont{U}{msb}{m}{n}\pdffontattr\font{/ToUnicode \the\pdflastobj\space 0 R}}
\fi
% Other packages.
\usepackage[USenglish,francais]{babel}
\usepackage{array}
\usepackage{amsthm}
\usepackage{amsfonts}
\usepackage{mathtools}
\usepackage{makeidx}
\usepackage[pdftex]{graphicx}
\usepackage{url}
\usepackage{epigraph}
\usepackage{hyperref}
\usepackage{natbib}
\usepackage{fancyhdr}
\usepackage{hyperref}
\usepackage{type1cm}
\usepackage{lettrine}
\usepackage{color}
\usepackage{colortbl}
\usepackage{placeins}
\usepackage[overlap,CJK]{ruby} % Furigana support
\renewcommand{\rubysize}{0.5} % Furigana size
\renewcommand{\rubysep}{-0.3ex} % Spacing between Furigana and Kanji
\usepackage{multirow}
\usepackage{titlesec}
\titleformat{\chapter}[display]
{\normalfont\bfseries\filcenter}
{\LARGE\thechapter}
{1ex}
{\titlerule[2pt]
\vspace{2ex}%
\LARGE}
[\vspace{1ex}%
{\titlerule[2pt]}]
\usepackage{algorithmic, algorithm}
%\usepackage{newunicodechar}
%\newunicodechar{ }{~}
\DeclareUnicodeCharacter{00A0}{~}
% Francisation des algorithmes
% \renewcommand{algorithmicrequire} {textbf{textsc{Entrées:}}}
% \renewcommand{algorithmicensure} {textbf{textsc{Sorties:}}}
% \renewcommand{algorithmicwhile} {textbf{tant que}}
% \renewcommand{algorithmicdo} {textbf{faire}}
% \renewcommand{algorithmicendwhile}{textbf{fin tant que}}
% \renewcommand{algorithmicend} {textbf{fin}}
% \renewcommand{algorithmicif} {textbf{si}}
% \renewcommand{algorithmicendif} {textbf{fin si}}
% \renewcommand{algorithmicelse} {textbf{sinon}}
% \renewcommand{algorithmicthen} {textbf{alors}}
% \renewcommand{algorithmicfor} {textbf{pour}}
% \renewcommand{algorithmicforall} {textbf{pour tout}}
% \renewcommand{algorithmicdo} {textbf{faire}}
% \renewcommand{algorithmicendfor} {textbf{fin pour}}
% \renewcommand{algorithmicloop} {textbf{boucler}}
% \renewcommand{algorithmicendloop} {textbf{fin boucle}}
% \renewcommand{algorithmicrepeat} {textbf{répéter}}
% \renewcommand{algorithmicuntil} {textbf{jusqu'à}}
% \renewcommand{algorithmiccomment} {STATE //}
% \newcommand{BEGIN}{STATE fbox{Début}}
% \newcommand{END}{STATE fbox{Fin}}
\floatname{algorithm}{Algorithme}
\floatname{table}{Tableau}
\usepackage[squaren, Gray, cdot]{SIunits}
\usepackage{rotating}
\usepackage{tikz, pgfplots}
\usepackage{tikz-qtree}
\usetikzlibrary{patterns}
\renewcommand{\algorithmicrequire}{\textbf{Input:}}
\renewcommand{\algorithmicensure}{\textbf{Output:}}
% Setup pdf meta-data.
\hypersetup{ % Modifiez la valeur des champs suivants
pdfauthor = {Thomas Moulard},
pdftitle = {Optimisation num\'erique pour la robotique et ex\'ecution de trajectoires r\'ef\'erenc\'ees capteurs},
pdfsubject = {Optimisation num\'erique pour la robotique et ex\'ecution de trajectoires r\'ef\'erenc\'ees capteurs},
pdfkeywords = {optimisation numérique, typage, type, robotique, humano\"ide},
pdfcreator = {Thomas Moulard},
pdfproducer = {Thomas Moulard}
}
% Customize chapter head.
\makeatletter
\renewcommand\chapter{\if@openright\cleardoublepage\else\clearpage\fi
\thispagestyle{empty}%
\global\@topnum\z@
\@afterindentfalse
\secdef\@chapter\@schapter}
\def\@makechapterhead#1{%
\vspace*{50\p@}%
{\parindent \z@ \raggedright \normalfont
\ifnum \c@secnumdepth >\m@ne
\if@mainmatter
\huge\bfseries\thechapter\enspace
\fi
\fi
\Huge \bfseries #1\par\nobreak
\vskip 40\p@
}}
\makeatother
% Add definition definition.
\newtheorem{mydef}{Définition}
\newtheorem{myexample}{Exemple}
\newtheorem{theorem}{Théorème}
\newtheorem{definition}{Définition}
\newtheorem{lemma}[theorem]{Lemme}
\newtheorem{corollary}[theorem]{corollaire}
\newtheorem{property}[theorem]{Propriété}
%\newenvironment{proof}{\noindent {\bf Démonstration~:}}{\hfill $\Box$\vspace{2mm}\par}
\newcommand\vect[1]{\textbf{#1}}
\newcommand\moment[2]{{\cal M}_{#2}^{#1}}
\def\crossprod{\times}
\def\vi{\vect{v}_{i}}
\def\vG{\vect{v}_{G}}
\def\gammai{\gamma_{i}}
\def\gammaG{\gamma_{G}}
% Enforce math style.
\everymath{\displaystyle}
% Generate index.
\makeindex
% Please fancyhdr.
\pagestyle{headings}
\setlength{\headheight}{25pt}
% Fix Autoref french support.
\def\chapterautorefname{Chapitre}
\def\mydefautorefname{Définition}
% Custom commands.
\newcommand{\transformation}[2]{%
\ensuremath{{}^{#1}\!\text{M}_{#2}}}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\begin{document}
\bibliographystyle{francais}
%
\author{Thomas Moulard}
\title{Optimisation numérique pour la robotique et exécution de trajectoires référencées capteurs}
\date{Juillet 2012}
%
\thispagestyle{empty}
\begin{tikzpicture}[remember picture, overlay]
\node[inner sep=0pt] at (current page.center) {%
\includegraphics[width=\paperwidth,height=\paperheight]{couverture}%
};
\end{tikzpicture}
%
\frontmatter
\tableofcontents{\thispagestyle{headings}}
%
\mainmatter
\pagestyle{empty}
\include{src/remerciements}
\include{src/publis}
\pagestyle{headings}
\include{src/chap0-introduction/chap0-introduction}
\include{src/chap1-roboptim/chap1-roboptim}
\include{src/chap2-suivi-trajectoire/chap2-suivi-trajectoire}
\include{src/chap3-primitive-mouvement/chap3-primitive-mouvement}
\include{src/chap4-integration/chap4-integration}
\include{src/chap5-conclusion/chap5-conclusion}
%
%
\backmatter
\addcontentsline{toc}{chapter}{Liste des figures}
\listoffigures
\addcontentsline{toc}{chapter}{Liste des tableaux}
\listoftables
%
% Bibliography
\addcontentsline{toc}{chapter}{Bibliographie}
\nocite{*}
\bibliography{thesis}
%
% Index
\cleardoublepage
\addcontentsline{toc}{chapter}{Index}
\printindex
%
\end{document}