-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy paththesis.tex
51 lines (43 loc) · 1.51 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
% No need to change the first 4 lines of this file
\documentclass{uicthesi}
\input{sections/other/__preamble}
\input{sections/other/__commands}
\begin{document}
% The title of the thesis
\title{The Ramones: Going to Get My PhD, I'm Teenage Lobotomy}
% Your full name
\author{Sheena The Punk Rocker}
% Mention all degrees you hold currently
\pdegrees{B.A., Rock n' Roll High School, 1976}
% Probably no need to edit this
\degree{Doctor of Philosophy in Computer Science}
% Add your committee members, one per line, mentioning external universities
% where relevant
\committee{Joey Ramone, Chair and Advisor \\
Tommy Ramone \\
Dee Dee Ramone \\
Johnny Ramone \\
Danizg, New York University}
% No need to make any changes to the next 10 lines
\maketitle
\copyrightpage
\input{sections/other/_1_dedication}
\input{sections/other/_2_acknowledgement}
\input{sections/other/_3_contribution_of_authors}
\setcounter{table}{0} # fixes #3 (https://github.com/bitslab/uic-cs-thesis-template/issues/3#issuecomment-2455616743)
\tableofcontents
\listoftables
\listoffigures
\printglossary[type=\acronymtype,title=LIST OF ABBREVIATIONS,style=clong]
\input{sections/other/_4_summary}
% This is where you write the paper. I've included a sample chapter
% below, to suggest a possible organization. Just add references to the
% rest of your paper here.
\input{sections/1_sample_chapter/0_index}
% No need to make any changes to this file below this line.
\newpage
\bibformb
\bibliography{thesis}
\newpage
\input{sections/other/_5_vita}
\end{document}