-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
88 lines (72 loc) · 2.51 KB
/
main.tex
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
\documentclass[11pt]{book}
\input{Preambule} % Liste des packages et de leurs options
\input{CommandesPerso} % Commandes et environnements perso
\input{PageDeGarde}
%%% Commandes personnalisées %%%
\newcommand{\nn}{\nonumber \\} % newline sans nombre dans align
\newcommand{\mC}{\mathcal{C}} %pour les fonctions de corrélation
\newcommand{\bx}{{\bf x}} %pour les vecteurs en gras
\newcommand{\by}{{\bf y}} %pour les vecteurs en gras
\newcommand{\bq}{{\bf q}}
\newcommand{\bk}{{\bf k}}
\newcommand{\br}{{\bf r}}
\newcommand{\bv}{{\bf v}}
\DeclareMathOperator{\sgn}{sgn}
% Les > et < se comportent normalement si c'est pour supérieur ou inférieur, sinon se comportent comme \langle
\mathchardef\less=\mathcode`<
\mathchardef\greater=\mathcode`>
\DeclareMathDelimiter{<}{\mathopen}{symbols}{"68}{largesymbols}{"0A}
\DeclareMathDelimiter{>}{\mathclose}{symbols}{"69}{largesymbols}{"0B}
%% Ne pas casser les équations inline $ $
\relpenalty=5000
\binoppenalty=5000
% Infos de la page de garde
\author{Paul Gersberg}
\title{Confinement and driving effects on continuous and discrete model interfaces}
\specialite{Laser, Matière, Nanosciences}
\directeur{David S. Dean}
\encadrant{Peter C.W. Holdsworth}
\date{16 juillet 2020}
\jurya{Steve Bramwell, University College London}{Professeur}{Rapporteur}
\juryb{Jorge Kurchan, ENS Paris}{Directeur de recherche}{Rapporteur}
\juryc{Pierre Pujol, LPT Toulouse }{Professeur}{Examinateur}
\juryd{Jérôme Cayssol, LOMA}{Professeur}{Examinateur}
\ecole{Université de Bordeaux}
% Méta-données du PDF
\hypersetup{
pdfauthor={Paul Gersberg},
pdfsubject={PhD thesis},
pdftitle={Confinement and driving effects on continuous and discrete model interfaces},
}
%%%%%%% Début du document %%%%%
\begin{document}
%\bibliographystyle{unrst}
% Préambule
\pagenumbering{roman}
\pagedegarde
\cleardoublepage
\input{intro/abstract}
\cleardoublepage
% Table des matières
\setcounter{tocdepth}{1} % Pas besoin de trop détailler le sommaire ici (chapitres/sections)
\dominitoc % Génération des mini-toc \pagenumbering{arabic}
\setcounter{tocdepth}{4}
\setcounter{secnumdepth}{4}
\tableofcontents
% Liste des figures
\renewcommand*\listfigurename{Liste des figures}
%\listoffigures
% Liste des tableaux
%\listoftables
\input{intro/intro}
\mainmatter
\input{int-dyn/chap1}
\input{numerical/method}
\input{finite-size/chap2}
\input{pop/pop}
\input{drivenC/chap4}
%\input{intro/conclusion}
%\usepackage{biblatex}
\bibliographystyle{unsrt}
\bibliography{biblio}
\end{document}