-
Notifications
You must be signed in to change notification settings - Fork 0
/
these.tex
72 lines (46 loc) · 1.57 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
72
\documentclass[french]{amu_these}
\begin{document}
\input{tex_open/titre.tex} %% page de titre
\input{tex_open/affidavit} %% affidavit et licence
\input{tex_open/thanks.tex} %% page de titre
\input{tex_open/publications} %% liste de publications et participation aux conférences
\input{tex_open/resume} %% résumé
\input{tex_open/abstract} %% abstract
\input{tex_open/remercie} %% remerciements
\microtypesetup{protrusion=false} %% désactive la protrusion (TOC LOFT GLS)
\tableofcontents %% TOC
\listoffigures %% LOF
%\listoftables %% LOT
\printglossary[ %% acronymes
type=\acronymtype,
title={List of acronyms},
toctitle={List of acronyms}
]
\printglossary[ %% glossaire
title={Glossary},
toctitle={Glossary}
]
\printglossary[ %% nomenclature
type=notation,
title={Nomenclature},
toctitle={Nomenclature}
]
\microtypesetup{protrusion=true} %% rétabli la protrusion
\ohead{\leftmark\Ifstr{\rightmark}{\leftmark}{}{ -- \rightmark}} %% place le chapître et la partie en en-tête
\input{tex_body/intro}
\input{tex_body/chap_bigintro}
\input{tex_body/chap_sporco}
\input{tex_body/chap_obv1}
%\input{tex_body/chap_pc}
\input{tex_body/chap_papale}
\input{tex_body/chap_pulvinar}
\input{tex_body/conc}
\appendix
\newpage
\printbibliography[heading=bibintoc]%% bibliographie
\newpage
\printindex %% index
\newpage
\printendnotes %% notes
\input{tex_append/annexes} %% annexes
\end{document}