-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmshtsy_thesis.tex
51 lines (42 loc) · 985 Bytes
/
mshtsy_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
% (C) 2016 Jean Nassar. Some Rights Reserved
% Except where otherwise noted, this work is licensed under the Creative Commons Attribution-ShareAlike License, version 4
\newcommand{\mytextsize}{10pt}
\documentclass[\mytextsize, a4paper, twoside, openany]{memoir}
\usepackage{masastyle}
\includeonly{
frontmatter,
introduction,
background,
implementation,
experiments,
results,
conclusions,
appendices,
backmatter,
}
\begin{document}
\frontmatter
\include{frontmatter}
\mainmatter
\part{Overview}
\label{pt:overview}
\include{introduction}
\include{background}
\part{Implementation}
\label{pt:implementation}
\include{implementation}
\part{Experiments}
\label{pt:experiments}
\include{experiments}
\label{pt:results}
\include{results}
\part{Conclusions and Recommendations}
\include{conclusions}
\part{Appendices}
\label{pt:appendices}
\include{appendices}
\part{Glossaries and References}
\label{pt:backmatter}
\backmatter
\include{backmatter}
\end{document}