-
Notifications
You must be signed in to change notification settings - Fork 0
/
Thesis.tex
50 lines (37 loc) · 1.04 KB
/
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
\documentclass{mimosis}
% letter size
\KOMAoptions{paper=letter}
\include{Glossary}
\include{Acronym}
\makeindex
\makeglossaries
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Title Page Information
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title{\textbf{Looking Beyond \textit{Castor canadensis} as Nature's Best Engineer}}
\author{Eager Beaver}
\date{March 14th, 1592}
\begin{document}
% no frontmatter b/c MIT wants consecutively Arabic numbered pages
\mainmatter
\include{Sources/Title}
\include{Sources/Abstract}
\include{Sources/Acknowledgments}
\tableofcontents
\listoffigures
\listoftables
\include{Sources/Introduction}
% This ensures that the subsequent sections are being included as root
% items in the bookmark structure of your PDF reader.
\bookmarksetup{startatroot}
\backmatter
\begingroup
\let\clearpage\relax
\glsaddall
\printglossary[type=\acronymtype]
\newpage
\printglossary
\endgroup
\printindex
\printbibliography
\end{document}