-
Notifications
You must be signed in to change notification settings - Fork 0
/
memoire.tex
194 lines (154 loc) · 6.8 KB
/
memoire.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
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
% !TEX encoding = UTF-8
% !TEX TS-program = lualatex
% !TEX root = arsclassica.tex
% !TEX spellcheck = fr-FR
\documentclass[
11pt,% % primary font size
a4paper,% % A4
twoside,openright,% % double sided
%oneside,openany,% % only front
titlepage,% % new page after the title
fleqn,% % position equations at a fixed indent from the left margin rather than centered in the text column (amsmath option)
headinclude,,footinclude,% % header at foot of the page
BCOR5mm,% % 5 mm bookbinding
numbers=noenddot,% % no point after section number
cleardoublepage=empty,% % empty pages without header at foot of the page
%draft% % draft document
]{scrreprt} % KOMA class
\PassOptionsToPackage{protrusion=true,final}{microtype}
\usepackage{fontspec}
\usepackage[dvipsnames]{xcolor}
\usepackage{microtype}
\usepackage{textcomp} % fix warning with missing font shapes
\usepackage{scrhack} % fix warnings when using KOMA with listings package
\usepackage{xspace} % to get the right spacing after macros
\usepackage{polyglossia}
\setdefaultlanguage{french}
\usepackage[suftesi]{frontespizio} % frontispiece
% 1. compile arsclassica.tex
% 2. compile arsclassica-frn.tex, generated by previous compilation
% 3. compile arsclassica.tex again to include arsclassica-frn.pdf
\usepackage{indentfirst} % indent the first paragraph of each section
\usepackage{graphicx} % images
\usepackage[font=small]{quoting} % text citations
\usepackage{amsmath,amssymb,amsthm,amsfonts}% math
\usepackage{dsfont} % mathds
\usepackage[french]{varioref} % completed references (put here primary language)
\usepackage{mparhack,fixltx2e,relsize} % typographical niceties
\usepackage[printonlyused,
smaller,
withpage]{acronym} % acronyms
\usepackage{array}
\usepackage{booktabs}
\usepackage[autostyle=true,
french=guillemets]{csquotes} % automates some stylistic choices language-dependent: using \mkbibquote command you will get caporali quotes (i.e. « »)
\usepackage[style=philosophy-modern,
hyperref,backref,natbib,
backend=biber]{biblatex} % bibliography:
% philosophy-modern for author-year citation style
% add square option after backref option to get square brackets
% numeric-comp for numeric citation style
\bibliography{bibliography} % bibliography database
% ********************************************************************
% Available options for classicthesis.sty:
% drafting
% parts nochapters linedheaders
% eulerchapternumbers beramono eulermath pdfspacing minionprospacing
% tocaligned dottedtoc manychapters
% listings floatperchapter subfig
% ********************************************************************
\usepackage[eulerchapternumbers,% % chapter numbers font: Euler%
%minionpro,% %
%beramono,% % fixed-width font: Bera Mono
%eulermath,% % math font: AMS Euler
pdfspacing,% % better line filling
listings,% % listings
%parts,% % document divided into parts, not chapters
dottedtoc,% % align TOC page numbers to right
floatperchapter % float objects numbered by chapter
]{classicthesis} % classicthesis style
\usepackage{arsclassica} % improve classicthesis
\usepackage{unicode-math}
\setmainfont{TeX Gyre Pagella}
\setsansfont{Iwona}
\setmathfont{TeX Gyre Pagella Math}
%\setmathfont[range=it->up]{Neo Euler}
\setmathfont[range={\mathcal,\mathbfcal},StylisticSet=1]{XITS Math}
\renewrobustcmd{\textls}[2][100]{%
{\addfontfeature{LetterSpace=\number\numexpr#1/10\relax}#2}% ca sert a quoi deja???
}
\usepackage{bookmark}
\usepackage{sidenotes} %% Sidenotes
\usepackage{etoolbox}
\usepackage[noabbrev]{cleveref}
\usepackage{chngcntr}
\usepackage{makeidx} % analitycal index
\usepackage{multicol}
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage{ltablex}
\usepackage{forest}
\usepackage{pgfplots}
\pgfplotsset{compat=1.12}
\usetikzlibrary{arrows,3d}
\usepackage{float}
\usepackage[list=on]{subcaption}
\usepackage{framed}
\newenvironment{remark}[1]{%
\definecolor{shadecolor}{gray}{0.9}%
\begin{shaded}{\color{Maroon}\noindent\textsc{#1}}\\%
}{%
\end{shaded}%
}
\pgfplotsset{yticklabel style={text width=3em,align=right}}
%%% to-do %%%
\usepackage[disable]{todonotes}
\presetkeys{todonotes}{inline}{}
%******************************************************************
% Import settings
%******************************************************************
\input{info}
\input{settings}
%******************************************************************
% Document
%******************************************************************
\begin{document}
\pagestyle{scrheadings}
\pagenumbering{roman}
%******************************************************************
% Front matter
%******************************************************************
\input{frontmatter/frontispiece}
\input{frontmatter/colophon}
%\input{frontmatter/dedication}
\input{frontmatter/indexes}
\input{frontmatter/summary_abstract}
\input{frontmatter/acknowledgements}
\input{frontmatter/introduction}
\cleardoublepage
%******************************************************************
% Body matter
%******************************************************************
\pagenumbering{arabic}
\input{chapters/scoring}
\input{chapters/learning}
\input{chapters/ensembles}
\input{chapters/arbres}
\input{chapters/equilibrage}
\input{chapters/valeurs_manquantes}
%\input{chapters/hyperparametres}
\input{chapters/conclusion}
% *****************************************************************
% Backmatter
%******************************************************************
\appendix
\input{backmatter/mcmc}
%\input{backmatter/approx}
\input{backmatter/preuves}
\input{backmatter/resultats}
\input{backmatter/notations}
\input{backmatter/acronyms}
%\input{backmatter/index}
\input{backmatter/bibliography}
%\input{backmatter/declaration}
\end{document}