-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththese.tex
71 lines (71 loc) · 1.88 KB
/
these.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
\documentclass[colophon-location=nowhere, output=screen, secnumdepth=subsubsection, version=final, nomakeabstract, mainlanguage=french, english]{yathesis}
\usepackage[T2A,T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{kpfonts}
\usepackage{booktabs}
\usepackage{siunitx}
\usepackage{pgfplots}
\pgfplotsset{compat=1.18}
\DeclareUnicodeCharacter{2009}{\,}
\usepackage{caption}
\usepackage{microtype}
\usepackage{color, colortbl}
\definecolor{Gray}{gray}{0.9}
\usepackage{varioref}
\usepackage{tabularx}
%\usepackage[xindy,quiet]{imakeidx}
\usepackage[autostyle]{csquotes}
\usepackage[style=apa,backend=biber,safeinputenc]{biblatex}
\usepackage{hyperref}
\usepackage[xindy,acronyms,symbols]{glossaries}
\usepackage{graphicx}
\usepackage{pdfpages}
\usepackage{epigraph}
\usepackage{float}
\setlength{\epigraphwidth}{.6\textwidth}
\addbibresource{auxiliaires/references.bib}
\AtEveryBibitem{%
\clearfield{note}%
}
\makeglossaries
\setglossarystyle{indexhypergroup}
\setacronymstyle{long-sc-short}
\input{configuration/macros}
\begin{document}
\maketitle
%\input{liminaires/resumes}
\include{liminaires/remerciements}
\tableofcontents[depth=subsubsection,name=Sommaire]
\include{corps/resume}
\listoffigures
\listoftables
\include{liminaires/glossaries}
\printglossary
\include{liminaires/avant-propos}
\mainmatter
\part{INTRODUCTION}
\include{corps/chap1}
\include{corps/chap2}
\include{corps/chap3}
\part{MATÉRIELS ET MÉTHODES}
\include{corps/chap4_matetmet}
\part{CONTRIBUTIONS}
\include{corps/chap5}
\include{corps/chap6}
\include{corps/chap7}
\include{corps/chap8}
\part{DISCUSSIONS}
\include{corps/chap9_discussions}
\printbibliography
\appendix
\include{annexes/annexeI}
\backmatter
\checkoddpage
\ifoddpage
\mbox{}\newpage % If current page is odd, insert a blank page
\else
% If current page is even, do nothing
\fi
\includepdf[pages={1},scale=1,dpi=300]{corps/4emecouv.pdf}
%\makebackcover
\end{document}