forked from umasscs/umassthesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
umthcfm.clo
105 lines (97 loc) · 2.56 KB
/
umthcfm.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
%%
%% This if file `umthcfm.clo'.
\ProvidesFile{umthcfm.clo}
[1999/10/06 21:14:14 1.8
University of Massachusetts Thesis Class (condensed option)]
\renewcommand{\maketitle}{
\begin{center}
\pagenumbering{roman}
\null
\textbf{\uppercase\expandafter{\@title}} \par % Title must be all caps.
\umthesis@typename\ Presented \par
by \par
\uppercase\expandafter{\@author} \par
Submitted to the Graduate School of the \par
University of Massachusetts Amherst in partial fulfillment \par
of the requirements for the degree of \par
\par
\uppercase\expandafter{\@degree} \par \par
\@date \par \par
\@departmentname \par \par
\end{center}%
\setcounter{footnote}{0}% % Footnotes start at zero again.
\let\thanks\relax
\let\maketitle\relax
}
\newcommand{\copyrightpage}{
\begin{minipage}{.95\textwidth}
\begin{center}
\copyright\ \@copyrightyear\ \@author \par
\end{center}
\end{minipage}
}
\newcommand{\signaturepage}{
\vspace{6ex}
\begin{center}
Committee will be listed as: \par
\ifcochairs
\@firstchair, Co-chair \par
\@secondchair, Co-chair \par
\else
\@committeechair, Chair \par
\fi
\@firstreader, Member \par
\ifsecond
\@secondreader, Member \par
\fi
\ifthird
\@thirdreader, Member \par
\fi
\iffourth
\@fourthreader, Member \par
\fi
\iffifth
\@fifthreader, Member \par
\fi
\ifsixth
\@sixthreader, Member \par
\fi
\par
Department Chair will be listed as: \par
\@departmentchair, \umthesis@chairtitle \par
\end{center}
}
%%
%% Added environments
%%
\newenvironment{dedication}
{\vspace{6ex}\textbf{DEDICATION}\par}
{\par}
\newenvironment{frontispiece}
{\vspace{6ex}}
{\par}
\renewenvironment{abstract}{
\vspace{6ex}
\begin{center}
\textbf{\uppercase\expandafter{\abstractname}} \par
Degrees will be listed as: \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
\@degreeabbrv, UNIVERSITY OF MASSACHUSETTS AMHERST \par
\ifcochairs
Directed by: Professor \@firstchair\ and Professor \@secondchair \par
\else
Directed by: Professor \@committeechair \par
\fi
\end{center} \par \indent
% \ifdouble@space\else\ls{2}\fi
}
{\par\vfil\null}
\endinput
%%
%% End of file `umthcfm.clo'.