forked from isura/utathesis
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathutaexample.tex
More file actions
178 lines (157 loc) · 8.16 KB
/
Copy pathutaexample.tex
File metadata and controls
178 lines (157 loc) · 8.16 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% UTA Master thesis Document Generation Using Tex/Latex %%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Tex/Latex is one of the widely used software to generate many technical and other
% documents including thesis/dissertations at many universities including UTA.
%
% The advantage of using Tex/Latex is that with proper style files, most of the
% front matter required by the university is generated with very little
% effort (including table of contents, copyright page, list of figures, etc.).
% All other formatting (margins, fonts, footnote style, equation style,
% table style, etc.) is built into the style file. With proper style files,
% it is possible to convert many of the material in any Tex/Latex document
% so that the generated output fulfills the requirements of an outside publication.
% Many of the outside publications provide such style files for the conversion.
%
% The utathesis.zip contains all the sample files that are necessary to generate
% a typical UTA Ph.D. Dissertation Document including utathesis.sty (contains
% all the formatting required by UTA Graduate School), graphics.sty, psfig.sty
% (to include figures that may be in the thesis), amsmath.sty (helpful in generating
% more complex equations), two typical chapters (which contain equations, figures, and
% tables, references), two appendices, typical dedication, acknowledgement, abstract,
% and biographic information files. It is suggested that you unzip utathesis.zip
% into a new directory so that you can run utaexample.tex contained in
% the directory to generate a sample output. The utaexample.tex is like a script file
% which you can modify to suit individual requirements and any minor changes that
% are required. By commenting out certain portions of the utaexample.tex, it is
% possible to generate truncated output (just one chapter without front matter, etc.).
%
% Any Tex/Latex Package including MiKTex (http://www.miktex.org)
% and Convenience Tex/Latex Editors (http://www.miktex.org/links.html) may be used
% to generate the Dissertation Document.
%
% This utaexample.tex file was created by UTA EE Department and uses the
% bibliography/reference style used by IEEE and adopted by EE Department.
% The bibliography/reference file acceptable to other departments at UTA are available
% and must be substituted in the appropriate place.
%
% Any comments/suggestions you may have may be sent to prabhu@uta.edu.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% UTA Master's Thesis Document Generation Using Tex/Latex %%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%% all the preamble material %%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt]{report}
\usepackage{utathesis}
\usepackage{uri}
\usepackage{caption}
\usepackage{subcaption}
\captionsetup{compatibility=false}
\usepackage{adjustbox}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%% load any packages which are needed %%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \usepackage{latexsym} % to get LASY symbols
% \usepackage{graphicx} % to insert PostScript figures
% \usepackage{rotating} % for sideways tables/figures
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%% all the preamble material %%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{graphicx}
\usepackage{amsmath}
% \usepackage{times}
\usepackage{epsfig}
\usepackage{amssymb}
\usepackage{booktabs}
\usepackage{afterpage}
\usepackage{multirow}
\usepackage{dblfloatfix}
\begin{document}
\input{psfig.sty}
% SAMPLE FRONT MATTER:
\graduationmonth{May}
\graduationyear{2019}
\defensedate{Feb 25, 2019}
\author{ANKIT KHARE}
\committee{Dr. }{Dr.}{Dr. }{}{}
\title{ULTRA}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%% title page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\titlepage
% If submitting electronically, the signature page should not be included.
% You should then comment out the line that produces the signature page and
% move the title page up here so that it appears first.
% added by Darin Brezeale, Fri Jan 11 10:29:12 CST 2008
% \signaturepageMs
% \signaturepagePhD
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%% copyright page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\copyrightpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%% Dedication page %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\thispagestyle{empty}
\vspace*{1.0in}
\begin{center}
To my selfless friends <> who helped me stay on track and assisted me in many ways towards the completion of my thesis. And to my parents who gave me financial stability so that I never had to worry about anything but my thesis.
\end{center}
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%% acknowledgements %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{acknowledgements}
\input acknowledge.tex
\end{acknowledgements}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%% abstract %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{abstract}
\input abstract.tex
\indent
\end{abstract}
\tableofcontents
\listoffigures
\listoftables
\addtocontents{toc}{\noindent\mbox{Chapter}\hfill\mbox{Page}}%
%\addtocontents{toc}{\noindent\mbox{Chapter}}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%% First and Following Chapters %%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \input macros.tex % file containing author's macro definitions
\input chap1.tex % file containing Chapter 2 contents
\input chap2.tex % file containing Chapter 2 contents
\input chap3.tex
\input chap4.tex
\input chap5.tex
\input chap6.tex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%% Appendices %%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\appendix
% \chapter{FIRST APPENDIX NAME}
%\chapter{Deep learning}
%\input appA.tex % file with Appendix A contents
%\chapter{Image Captioning}
%\input appB.tex % file with Appendix B contents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%% Bibliography %%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\bibliographystyle{plain}
%\bibliography{test}
%\bibliography{alpha}
\bibliographystyle{IEEEtran} % use IEEEtran.bst style
%\nocite{*} % list all refs in database, cited or not
%bibliography{refs} % bib database file refs.bib
\bibliography{IEEEabrv,IEEEexample1}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%% Biographical Statement %%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\thebiography
\input biography.tex
\end{document}