-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathumthstd.clo
173 lines (165 loc) · 4.21 KB
/
umthstd.clo
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
%%
%% This is file `umthstd.clo'.
\ProvidesFile{umthstd.clo}[2003/10/16 20:56:33 1.12 U.Mass. thesis frontmatter option]
\renewcommand{\maketitle}{
\begin{titlepage}
\pagenumbering{roman}
\null
\vfil
\vskip 60\p@ % To adjust centering.
\begin{center}%
\large
\textbf{\uppercase\expandafter{\@title}} \par
\vfill % Vertical space after title.
\doublespacenormalsize
\umassthesis@typename\ Presented \par
by \par
\uppercase\expandafter{\@author}
\vfill
\normalsize
Submitted to the Graduate School of the \par
University of Massachusetts Amherst in partial fulfillment \par
of the requirements for the degree of \par
\addvspace{\topskip}
\uppercase\expandafter{\@degree} \par
\addvspace{\topskip}
\@date \par
\addvspace{\topskip}
\@departmentname \par
\end{center}\par
\end{titlepage}%
\setcounter{footnote}{0}% % Footnotes start at zero again.
\setcounter{page}{2}
\let\thanks\relax
\let\maketitle\relax
}
\newcommand{\copyrightpage}{
\clearpage
\thispagestyle{empty}
\rule{0in}{4.25in}
\noindent
\begin{minipage}{.95\textwidth}
\begin{center}
\copyright\ Copyright by \@author\ \@copyrightyear \par
All Rights Reserved
\end{center}
\end{minipage}
\rule{0in}{4.2in}
}
\def\signaturepage{
\clearpage
\thispagestyle{empty}
\null
\vfil
\begin{center}
\large
\textbf{\uppercase\expandafter{\@title}} \par
\vfill
\doublespacenormalsize
\umassthesis@typename\ Presented \par
by \par
\uppercase\expandafter{\@author} \par
\end{center}
\vfill
\begin{flushleft}
\normalsize
Approved as to style and content by: \par
\vskip 0.4in
\ifcochairs
\rule{0.55\textwidth}{0.5pt} \par
\@firstchair, Co-chair \par
\vskip 0.35in
\rule{0.55\textwidth}{0.5pt} \par
\@secondchair, Co-chair \par
\vskip 0.35in
\else
\rule{0.55\textwidth}{0.5pt} \par
\@committeechair, Chair \par
\vskip 0.35in
\fi
\rule{0.55\textwidth}{0.5pt} \par
\@firstreader, Member \par
\ifsecond
\vskip 0.35in
\rule{0.55\textwidth}{0.5pt} \par
\@secondreader, Member \par
\fi
\ifthird
\vskip 0.35in
\rule{0.55\textwidth}{0.5pt} \par
\@thirdreader, Member \par
\fi
\iffourth
\vskip 0.35in
\rule{0.55\textwidth}{0.5pt} \par
\@fourthreader, Member \par
\fi
\iffifth
\vskip 0.35in
\rule{0.55\textwidth}{0.5pt} \par
\@fifthreader, Member \par
\fi
\ifsixth
\vskip 0.35in
\rule{0.55\textwidth}{0.5pt} \par
\@sixthreader, Member \par
\fi
\end{flushleft}
\newlength{\lenguide}
\settowidth{\lenguide}{\rule{0.55\textwidth}{0.5pt}}
\vskip 0.2in
\begin{flushright}
\normalsize
\rule{0.55\textwidth}{0.5pt} \par
\parbox[t]{\lenguide}{\@departmentchair, \umassthesis@chairtitle \par
\@departmentname}
\end{flushright}
}
%%
%% Added environments
%%
\newenvironment{dedication}{
\chapter*{DEDICATION}
\thispagestyle{empty}
}
{\par\vfill\vfil\null}
\newenvironment{frontispiece}{
\clearpage\null\vfil
\thispagestyle{empty}
}
{\par\vfill\vfil\null}
\renewenvironment{abstract}{
\clearpage
\pagestyle{plain}
\chapter{\uppercase\expandafter{\abstractname}}
\begin{center}
\large
\textbf{\uppercase\expandafter{\@title}} \par
\addvspace{\topskip}
\doublespacenormalsize
\uppercase\expandafter{\@date} \par
\addvspace{\topskip}
\uppercase\expandafter{\@author} \par
\ifbachelorsone\@bachelors\par\fi
\ifbachelorstwo\@secondbachelors\par\fi
\ifbachelorsthree\@thirdbachelors\par\fi
\ifmastersone\@masters\par\fi
\ifmasterstwo\@secondmasters\par\fi
\ifmastersthree\@thirdmasters\par\fi
\ifpriordoctorate\@priordoctorate\par\fi
\if@proposal
\else
\@degreeabbrv, UNIVERSITY OF MASSACHUSETTS AMHERST \par
\fi
\addvspace{\topskip}
\ifcochairs
Directed by: Professor \@firstchair\ and Professor \@secondchair \par
\else
Directed by: Professor \@committeechair \par
\fi
\end{center} \par \addvspace{2\topskip} \indent
}
{\par}
\endinput
%%
%% End of file `umthstd.clo'.