-
Notifications
You must be signed in to change notification settings - Fork 0
/
WSU.sty
149 lines (132 loc) · 4.62 KB
/
WSU.sty
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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Begin LaTeX header!
% You should not be editing this file under normal use!
% If a correction needs to be made, please feed it back to Dr. Slater
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{graphicx}
\usepackage{amsmath,times}%,textcase} This allows uppercased, with
% breaking lines in underline using \MakeUppercase
\usepackage[normalem]{ulem}
%\usepackage{pslatex}
%\usepackage{rotating}
%\usepackage{latexcad}
\usepackage{hhline}
\usepackage[ colorlinks={true},
linkcolor={black!85},
citecolor={black}
]{hyperref}
\usepackage{fancyhdr}
%\newcommand{\Chapter}[1]{\setcounter{secnumdepth}{-1}
% \addtocounter{chapter}{1}
% \chapter{#1}
% \setcounter{secnumdepth}{2}
% \setcounter{section}{0}}
\usepackage{fncychap}% Allows us to use the \DOCH command below
\usepackage{ifpdf}
\ifpdf
% (could be used by other editors in the future)
\else
\usepackage{srcltx}%Traditional synchronization using dvi files
\fi
\setlength{\oddsidemargin}{0in}
\setlength{\topmargin}{-.5in}
\setlength{\baselineskip}{18pt}
\setlength{\textwidth}{6.5in}
\setlength{\textheight}{9in}
\makeatletter\renewcommand{\DOCH}{}%This get's rid of the text
%"Chapter..." in the chapter title
\makeatother
\newcommand{\authorfull}{\authorfirst\ \authorMI\authorlast}
%-----
% Add additional newcommands here
%-----
%\pdfinfo{
% /Title (\thesistitle)
% /Subject (\pdfsubject)
% /Author (\authorfull)
% /Keywords (\pdfkeywords)
% }
%-----------------------------------------------------------------------
% Page format setup
%-----------------------------------------------------------------------
\setlength{\topmargin}{-0.5in}
\setlength{\oddsidemargin}{0.5in}
\setlength{\evensidemargin}{0.5in}
\setlength{\textwidth}{6in}
\setlength{\textheight}{9in}
\setlength{\headheight}{0.5in}
\setlength{\headsep}{0.1in}
%-----------------------------------------------------------------------
% Title page info - do not change!
%-----------------------------------------------------------------------
\title{ \thesistitle }
\author{ A thesis submitted in partial fulfillment \\
of the requirements for the degree of \\
Master of Science \\
\\ \\ \\
by \\
\\ \\
\uppercase{ \authorfull }\\
B.S., University of Hartford, 2005 \\
% \institution
\\ \\ \\ \\
\yearcomplete \\
\institution }
\date{}
%\bibliographystyle{plainnat}
\newcommand{\signaturepage}{%
\begin{center}
\uppercase{\institution}\\
GRADUATE SCHOOL\\
\end{center}
\begin{flushright}
\underline{\today}
\end{flushright}
\renewcommand\baselinestretch{1}
I HEREBY RECOMMEND THAT THE THESIS PREPARED UNDER MY
SUPERVISION BY \expandafter\expandafter\expandafter\uline\expandafter{\authorfull}
ENTITLED \expandafter\expandafter\expandafter\uline\expandafter{\thesistitle}
BE ACCEPTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS
FOR THE DEGREE OF
\expandafter\expandafter\expandafter\uline\expandafter{\degreefull}.
%
\bigskip
\begin{flushright}
\vspace{1.2cm}
\rule{3in}{0.01in}
\\ \thesisdirector , Ph. D.
\\ Thesis Director
\\
\vspace{1.2cm}
\rule{3in}{0.01in}
\\ \deptchair , Ph. D.
\\ Chair, Department of Neuroscience, \\
Cell Biology and Physiology
\end{flushright}
%
\begin{flushleft}
Committee on
\\ Final Examination
\\
\vspace{1.1cm}
\rule{3in}{0.01in}
\\ \fecone
\\
\vspace{1.1cm}
\rule{3in}{0.01in}
\\ \fectwo \\
\vspace{1.1cm}
\rule{3in}{0.01in}
\\ \fecthree
\\
\vspace{1.1cm}
\rule{3in}{0.01in}
% Uncomment next 4 lines for fourth committee member
\\ \fecfour
\\
\vspace{1.1cm}
\rule{3in}{0.01in}
\\ \dean, \deantitle
\\ Dean, Graduate School
\end{flushleft}}
\usepackage{setspace}