-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsteventhesis_num.tex
190 lines (143 loc) · 5.17 KB
/
steventhesis_num.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
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
179
180
181
182
183
184
185
186
187
188
189
190
%% stevensthesis_num.tex
%% Copyright 2008 B. E. Arnett
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
% The latest version of this license is in
% http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of LaTeX
% version 2005/12/01 or later.
%
% This work has the LPPL maintenance status `maintained'.
%
% The Current Maintainer of this work is Barbara Arnett.
%
% This work consists of the files stevensthesis_num.tex
% and the derived file pgnumchapter_nums.sty.
%
% This is the template for dissertation / thesis submission for the
% Stevens Institute of Technology.
%
% There are fields in titlepg.sty that must be updated with your
% own information. The file pgnumchapter.sty must be included but
% does not need to be updated, unless you want to change the
% layout of your pages and chapters.
%
% Both dissertations and master thesis can created from this program.
% These fields should be changed:
% {thesistype} should be either "dissertation" or "thesis"
% {thesisdegree} should be either "doctor of philosophy" for dissertation or
% "Master of Engineering - Electrical Engineering"
% "Master of Science - Computer Science" or the correct degree designation.
%
%
% Please see the formatting instructions on the library website at
% http://www.stevens.edu/services/thesis.html
%
% copyright 2007, Barbara Arnett, web services librarian, stevens institute of technology
% any comments or corrections can be sent to [email protected]
%
% update January 2009 - updated font size to 12p and added subsections to show up in the
% table of contents
%
%
%
\documentclass[12pt]{report}
\usepackage {fancyhdr}
\usepackage{graphicx, amssymb}
\usepackage{setspace}
\usepackage{pgnumchapter_nums}
\usepackage{listings}
\usepackage{titlepg}
\usepackage[footnotesize]{caption}
% this is for the list of symbols page, if desired
\def\listofsymbols{\input{symbols} \clearpage}
\def\addsymbol #1: #2#3{$#1$\> \parbox{5in}{#2 \dotfill \pageref{#3}}\\}
\def\newnot#1{\label{#1}}
\pagestyle{fancy}
\fancyhead[LE,RO]{helv \thepage}
\doublespacing
\lhead{}
\chead{}
\rhead{\thepage}
\lfoot{}
\cfoot{}
\rfoot{}
\renewcommand{\headrulewidth}{0 pt} %this prints a line under the header
\renewcommand{\footrulewidth}{0 pt} %this prints a line under the footer
\renewcommand{\contentsname}{\normalsize{Table of Contents}}
\renewcommand{\listfigurename}{\normalsize{List of Figures}}
\renewcommand{\listtablename}{\normalsize{List of Tables}}
\renewcommand{\bibname}{\normalsize{Bibliography}}
\renewcommand{\indexname}{\normalsize{Index}}
\renewcommand{\thesubsection}{\thesection\arabic{subsection}}
%%
%%
%\renewcommand{\section}{\normalsize{\section}
%\newcommand\figurename{Figure}
%\newcommand\tablename{Table}
%\newcommand\partname{Part}
%\newcommand\chaptername{Chapter}
%\newcommand\appendixname{Appendix}
%\newcommand\abstractname{Abstract}
% you may need to change the pdfpagewidth to pagewidth
% and pdfpageheight to pageheight
% if not using pdflatex to produce output, you may need to change to pagewidth and pageheight variables.
%\pagewidth 8.5in
%\pageheight 11in
\pdfpagewidth 8.5in
\pdfpageheight 11in
%
\setlength{\textheight}{8.5in}
\setlength{\oddsidemargin}{0.5in}
\setlength{\evensidemargin}{0.5in}
\setlength{\textwidth}{6.0in}
\setlength{\topmargin}{0.0in}
\setlength{\headheight}{0.25in}
\setlength{\headwidth}{6.0in}
\setlength{\headsep}{0.25in}
\setlength{\parindent}{12mm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%
%%% This begins the frontmatter of the document, everything preceding the body
%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\pagenumbering{roman}
\thesistitlepage
\thesiscopyrightpage
\thesisabstract
\thesisdedicationpage
\thesisacknowledgements
\tableofcontents
\setcounter{page}{8}
\listoftables
\makeatletter \renewcommand{\@dotsep}{10000} \makeatother %removes dots before page numbers
\listoffigures
%%%
% this produces the list of symbols. the dots have been left in to show how it would look with dots. The formatting of the table of contents, list of symbols
% and list of figures is up to the author, but they should all match and be similar in format. The list of symbols is optional, it can be un-commented
% out if desired.
%%%
% \newpage
% \chapter*\normalsize\textbf{List of Symbols\hfill} % \addcontentsline{toc}{chapter}{List of Symbols}
% \listofsymbols
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%
%%% This begins the body of the document
%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\pagenumbering{arabic}
\include{introduction}
\include{model_design}
\include{experimental_results}
\include{analysis}
\include{code_listing}
% The bibliography would be contained below. The formatting for the bibliography is not provided here. Formatting for references can be in the writing style
% set by the advisor. Common styles are APA, MLA and Chicago style.
\bibliography{references}{}
\bibliographystyle{plain}
\thesisvita
\end{document}