-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathThesisManuscript_SJ.tex
95 lines (95 loc) · 1.81 KB
/
ThesisManuscript_SJ.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
%% !TEX TS-program = pdflatexmk
%%
%% This document was written by Sofía JIJON
%% iPLESP (Sorbonne Université-INSERM)
%%
%% Paris, 2020
%%_______________________________________________
\documentclass[12pt,twoside,openright]{report}
%%\documentclass[11pt,twoside,openright,draft]{book}
%%
%% PACKAGES
%%
\usepackage[a4paper, vmargin=3cm, hmargin=2.5cm]{geometry}
\input{MySetup}
%%_______________________________________________
%%
%% MANUSCRIPT
%%_______________________________________________
\begin{document}
%%
%% COVER
%%
\pagestyle{empty}
%\include{Cover/Cover_SU}
\include{Cover/Cover_ED393}
%%
%% ABSTRACT & PREFACE
%%
\include{Parts/Acknowledgments}
%% EN
\pagestyle{other}
\pagenumbering{roman}
\linespread{1.5}
\include{Parts/Preface_EN}
% \linespread{1.2}
\include{Parts/Abstract_EN}
%% FR
%\linespread{1.5}
\include{Parts/Preface_FR}
% \linespread{1.2}
\include{Parts/Abstract_FR}
%%
%% MY SCIENTIFIC PRODUCTION
%%
%\linespread{1.5}
\include{References/MyPublications}
%%
%% TABLE OF CONTENTS
%%
%\linespread{1}
%\setcounter{page}{+3}
\addcontentsline{toc}{chapter}{Table of contents}
\tableofcontents
% \linespread{1.5}
\include{Parts/Abbreviations}
%%
%% LAYOUT
%%
\raggedbottom
%\linespread{1.5}
\setlength{\parskip}{1em}
\setlength{\parindent}{2em}
%\linenumbers \modulolinenumbers[5] % Line numbers
\pagenumbering{arabic}
%%
%% MANUSCRIPT
%%
\pagestyle{chapters}
\include{Parts/Introduction}
\include{Parts/Vaccination_InfectiousDiseases}
\include{Parts/PrEP_HIV}
\include{Parts/Discussion}
%%
%% APPENDICES
%%
\pagestyle{appendices}
{\appendix
\begin{subappendices}
\counterwithin{figure}{chapter}
\include{Parts/Appendix_COVID-19}
\include{Parts/Appendix_ResumeFR}
\end{subappendices}
}
%%
%% BIBLIOGRAPHY
%%
\pagestyle{biblio}
\include{References/Bibliography}
%%
%% LISTS
%%
\pagestyle{other}
\input{Parts/Lists}
%%
\end{document}