-
Notifications
You must be signed in to change notification settings - Fork 0
/
ubcthesis.cls
117 lines (116 loc) · 3.6 KB
/
ubcthesis.cls
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
%%
%% This is file `ubcthesis.cls',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% ubcthesis.dtx (with options: `ubcthesis')
%%
%% This file was generated from the ubcthesis package.
%% --------------------------------------------------------------
%%
%% Copyright (C) 2001
%% Michael McNeil Forbes
%%
%% This file may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.2
%% 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.2 or later is part of all distributions of LaTeX
%% version 1999/12/01 or later.
%%
%% This program consists of the files ubcthesis.dtx, ubcthesis.ins, and
%% the sample figures fig.eps and fig.fig.
%%
%% This file may only be distributed together with a copy of this
%% program. You may, however, distribute this program without generated
%% files such as this one.
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{ubcthesis}[2010/12/09 v1.68 ^^J
University of British Columbia Thesis Class]
\PassOptionsToClass{11pt}{genthesis}%
\PassOptionsToClass{pagenumBR}{genthesis}%
\PassOptionsToClass{nochapternotereset}{genthesis}%
\PassOptionsToClass{nobibnum}{genthesis}%
\PassOptionsToClass{appendicestoc}{genthesis}%
\PassOptionsToClass{appendixpage}{genthesis}%
\DeclareOption*{%
\PassOptionsToClass{\CurrentOption}{genthesis}%
}
\ProcessOptions*\relax
\LoadClass{genthesis}
\copyrightnotice{}
\renewcommand{\titlefont}{\huge \bfseries}
\renewcommand{\subtitlefont}{\Large \bfseries}
\newlength{\@logocopywidth}
\newlength{\@logocopyheight}
\newlength{\@logowidth}
\newcommand\@logo{\hbox{
\iflogo
\includegraphics*[height=\@logocopyheight]{\@logofile}
\fi}}
\newcommand\@logocopybare{\vbox{%
\@condupper{@upperinstitution}{\@institution}\par%
(\@institutionaddress)\par%
\@submitdate\par%
\@copyrighttext}}
\newcommand\@logocopy{\vbox{
\hbox to\@logocopywidth{%
\hfil\@condupper{@upperinstitution}{\@institution}\hfil}
\vspace{1.5ex}
\hbox to\@logocopywidth{\hfil(\@institutionaddress)\hfil}
\vspace{1.5ex}
\hbox to\@logocopywidth{\hfil\@submitdate\hfil}
\vspace{1.5ex}
\hbox to\@logocopywidth{%
\hfil\@copyrighttext\hfil}}}
\renewcommand{\titlepage}{
\null\vfil
\begin{center}%
{\titlefont \@condupper{@uppertitle}{\@title}\par}%
\vspace{1em}%
\if@subtitle
{\subtitlefont \@condupper{@uppersubtitle}{\@subtitle}\par}%
\vspace{1em}%
\fi
by \par%
\vspace{1em}%
{\authorfont%
\@condupper{@upperauthor}{\@author}\par%
}%
\if@empty\@previousdegrees\else\vfil\fi%
\if@empty\@previousdegrees\else\@previousdegrees\fi%
\vfil
A THESIS SUBMITTED IN PARTIAL FULFILLMENT OF\par%
THE REQUIREMENTS FOR THE DEGREE OF\par%
\vspace{1em}
{\degreetitlefont\@condupper{@upperdegreetitle}{\@degreetitle}\par}%
\vspace{1em}
in \par%
\vspace{1em}
{\facultyfont \@condupper{@upperfaculty}{\@faculty}\par}%
\vspace{1em}
(\@program)\par%
\vspace{1em plus 1fil minus 0.5em}%
\setbox0=\@logocopybare
\setlength{\@logocopywidth}{\wd0}
\settoheight{\@logocopyheight}{\@logocopy}
\settowidth{\@logowidth}{\@logo}
\centerline{\hbox{%
\hfill\@logo\@logocopy\hspace{\@logowidth}}}
\if@empty\@copyrightnotice\else\vfil\@copyrightnotice\fi
\end{center}
\vfil\null
}
\@AtStartOfAbstract{%
\if@twoside\else
\setcounter{page}{2}
\fi
}
\@AfterTitlepage{\global\let\ps@empty\ps@plain}
\endinput
%%
%% End of file `ubcthesis.cls'.