-
Notifications
You must be signed in to change notification settings - Fork 106
/
my_thesis.tex
80 lines (67 loc) · 2.19 KB
/
my_thesis.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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% My Thesis
%
% EDOC Template
% 2011
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{head/settings_epfl_template.tex}
\input{head/settings_custom.tex} % place your custom packages, etc... in this file!
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% HEAD: Book-Begin
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\setlength{\parindent}{0pt}
\setlength{\parskip}{0pt} %(needs to be before titlepage and frontmatter to keep the table of contents lists short)
\frontmatter
\input{head/titlepage.tex}
\include{head/dedication}
\setcounter{page}{0}
\include{head/acknowledgements}
\include{head/preface}
\include{head/abstracts}
\cleardoublepage
\pdfbookmark{\contentsname}{toc}
\tableofcontents
% % Following content is OPTIONAL (List of figures + tables)
% \cleardoublepage
% \phantomsection
% \addcontentsline{toc}{chapter}{List of Figures} % adds an entry to the table of contents
% \listoffigures
%
% \cleardoublepage
% \phantomsection
% \addcontentsline{toc}{chapter}{List of Tables} % adds an entry to the table of contents
% \listoftables
% your list of symbols here, if needed.
% space before each new paragraph according to the template guidelines.
%(needs to be after titlepage and frontmatter to keep the table of contents lists short)
\setlength{\parskip}{1em}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% MAIN: The chapters of the thesis
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\mainmatter
\include{main/ch1_introduction}
\cleardoublepage
\part{Body 1}
\include{main/ch2_figures_tables}
\cleardoublepage
\part{Body 2}
\include{main/ch3_math}
\include{main/ch4_more_text}
% use to end the last part if the thesis is composed of parts
\addtocontents{toc}{\vspace{\normalbaselineskip}}
\cleardoublepage
\bookmarksetup{startatroot}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% TAIL: Bibliography, Appendix, CV
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{tail/appendix}
\backmatter
\include{tail/biblio}
% Add your glossary here
% Add your index here
% Photographic credits (list of pictures&images that have been used with names of the person holding the copyright for them)
\include{tail/cv}
\end{document}