-
Notifications
You must be signed in to change notification settings - Fork 1
/
thesis.tex
75 lines (55 loc) · 1.5 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
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
\documentclass[12pt,letterpaper]{report}
\usepackage{uhthesis3}
\input{preamble/helper.tex}
%\input{definitions.tex}
%\bibliographystyle{abbrvnat}
%\bibinput{\jobname}
\bibliography{\jobname}
\setcounter{secnumdepth}{4}
\input{00_front-matter/notation.tex}
\begin{document}
\include{meta/title}
\input{meta/committee.tex}
%%% Front-matter %%%
\copyrightfalse \makecoverpages
\include{00_front-matter/acknowledgements}
\include{00_front-matter/abstract}
\setlength{\parskip}{.1 in}
\tablelistfalse
\makecontentspages
%uncomment the following for single space drafts
%\singlespace
% \pagenumbering{romans}{1}
% \beforepreface
%\pagestyle(empty}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\listofalgorithms
%% glossaries
\glsaddall
\printglossary[type=\acronymtype,title={Acronyms},toctitle={Acronyms},nonumberlist]
\printglossary[title={Notation},toctitle={Notation},nonumberlist]
\cleardoublepage
\setcounter{page}{0}
\chapterpages
%turn figures on and off
\newif \ifFIGS
%\FIGStrue
\FIGSfalse
%%% End of Front-matter %%%
%%% Chapters %%%
\input{01_introduction/introduction.tex}
\input{02_analysis/analysis.tex}
\input{03_design/design.tex}
\input{04_implementation/implementation.tex}
\input{05_testing/testing.tex}
\input{06_conclusion/conclusion.tex}
%%% End of Chapters %%%
%%% References %%%
\singlespace
\printbibliography[heading=bibintoc]
%\bibliography{\jobname}
%%% End of References %%%
%%% Appendices %%%
\input{appendix/appendix.tex}
%%% End of Appendices %%%
\end{document}