-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
75 lines (57 loc) · 1.78 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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%% one-sided or two-sided %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt]{report}
\usepackage{import}
\usepackage{packages}
\usepackage{SETUP}
\begin{document}
\input{1_title}
\setcounter{page}{0}
\pageblanche
%%%%%%%%%%%%%%%%%%%%%%%%%% CONFORMITEES %%%%%%%%%%%%%%%%%%%%%%%
\input{conformitées/dedicace} % Si pas de dédicace laissez, une page blanche la remplacera
\input{conformitées/opinions}
\pageblanche
\input{conformitées/declaration_honneur}
\pageblanche
%%%%%%%%%%%%%%%%%%%%%%%%% REMERCIEMENTS %%%%%%%%%%%%%%%%%%%%%%%
\input{2_acknowledgement}
%%%%%%%%%%%%%%%%% SET PAGE COUNTER + TABLE OF CONTENTS %%%%%%%%
\setcounter{secnumdepth}{3}
\pageblanche
\tableofcontents
\addtocontents{toc}{\protect\thispagestyle{empty}}
\thispagestyle{empty}
\onehalfspacing
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% INTRO %%%%%%%%%%%%%%%%%%%%
\input{0_Introduction/main}
\input{0_Introduction/fr}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% CHAPTERS %%%%%%%%%%%%%%%%
\input{1_chapter1/main}
\newpage
\input{2_chapter2/main}
\newpage
\input{3_chapter3/main}
\newpage
\input{4_chapter4/main}
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% CONCLUSIONS %%%%%%%%%%%%%%%
\input{5_Conclusion/main}
\input{5_Conclusion/fr}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Bibliography %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand{\bibname}{Bibliography}
\bibliographystyle{unsrt}
\addcontentsline{toc}{chapter}{Bibliography}
\bibliography{refs}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% List of figures %%%%%%%%%%%%%%%%%%%%%%%%%%%
\addcontentsline{toc}{chapter}{List of figures}
\listoffigures
\newpage
\addcontentsline{toc}{chapter}{List of tables}
\listoftables
\newpage
%\input{references}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Appendix %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pageblanche
\input{4_back_cover}
\end{document}