-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper.tex
89 lines (64 loc) · 1.82 KB
/
paper.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
81
82
83
84
85
86
87
88
89
%
% Nishat Anjum Khan, MS thesis, 2017
%
% save \@xfloat (modified by uicthesi class)
\makeatletter
\let\orig@xfloat\@xfloat
\makeatother
% UIC thesis template
\documentclass{uicthesi}
% restore \@xfloat and reset baselinestretch in another way
% (thanks to: http://www.latex-community.org/forum/viewtopic.php?f=45&t=20816)
\usepackage{etoolbox}
\makeatletter
\let\@xfloat\orig@xfloat
\patchcmd{\@xfloat}{\columnwidth}{\columnwidth\def\baselinestretch{\@ne}}{}{}
\makeatother
% package for rotating tables sideways
\usepackage{rotating}
% color definitions for TRR12's table
\usepackage[table]{xcolor}
\definecolor{tableShade}{HTML}{e8e8e8}
%\usepackage{enumerate}
% package for using multi-part figures
\usepackage{subfigure}
%\usepackage{subfig}
%\usepackage{graphicx}
% package for aligning equations
\usepackage{amsmath}
% package for providing line-breakable underlining
\usepackage{ulem}
\usepackage{url}
\usepackage{tabularx}
\title{Multi-Sensor Preprocessing for Traffic Light Detection}
\author{Nishat Anjum Khan}
\pdegrees{B.S., Bangladesh University of Engineering and Technology, 2014}
\degree{Master of Science in Electrical and Computer Engineering}
\committee{Rashid Ansari, Chair and Advisor\\Ahmet Enis Cetin, Co-Advisor\\Mojtaba Soltanalian}
\begin{document}
\maketitle
\newcommand{\todo}[1]{\textcolor{blue}{TODO: #1}}
\newcommand{\warn}[1]{\textcolor{red}{WARNING: #1}}
\newcommand{\note}[1]{\textcolor{red}{NOTE: #1}}
\copyrightpage
\input{dedication}
\input{acknowledgements}
%\input{contribution_of_authors}
%\preface
%The preface is purely optional at UIC.
\tableofcontents
\listoftables
\listoffigures
\input{summary}
\input{intro}
\input{background}
\input{relatedwork}
\input{system}
\input{evaluation}
\input{concl}
\bibformb
%\bibliographystyle{abbrv}
\bibliography{ref}
\newpage
\input{vita}
\end{document}