-
Notifications
You must be signed in to change notification settings - Fork 19
/
titlepage-mit.tex
69 lines (51 loc) · 1.56 KB
/
titlepage-mit.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
%
% Variables to redefine
%
\renewcommand\DegreeName{Doctor of Philosophy}
\renewcommand\DepartmentName{Department of Electrical Engineering and Computer Science}
\renewcommand\SupervisorName{Professor Albus Dumbledore}
\renewcommand\DegreeDate{June 6, 2048}
%
% New variables
%
\newcommand\DegreeMonth{June}
\newcommand\DegreeYear{2048}
\newcommand\SupervisorTitle{Professor of Electrical Engineering}
\newcommand\ChairmanName{Arthur C. Smith}
\newcommand\ChairmanTitle{Chairman, Departmental Committee on Graduate Students}
%
% Useful macros
%
\def\signature#1#2{\par\noindent#1\dotfill\null\\*
{\raggedleft #2\par}}
%
% The contents of the title page
%
\begin{center}
{\Large
{\Huge \bfseries \TitleName \par}
\vspace*{\baselineskip}
by\par
\vspace*{\baselineskip}
{\huge \AuthorName \par}
\vspace*{\baselineskip}
Submitted to the \DepartmentName \\
in partial fulfillment of the requirements for the degree of \par
\vspace*{\baselineskip}
{\huge \DegreeName \par}
\vspace*{\baselineskip}
at the \par
{\Large MASSACHUSETTS INSTITUTE OF TECHNOLOGY \par}
\DegreeMonth\ \DegreeYear \par
\vspace*{\baselineskip}
\copyright Massachusetts Institute of Technology\ \DegreeYear. All rights reserved. \par
\null\vfill
\signature{Author}{\DepartmentName \\ \DegreeDate}
\par
\vfill
\signature{Certified by}{\SupervisorName \\ \SupervisorTitle \\ Thesis Supervisor}
\par
\vfill
\signature{Accepted by}{\ChairmanName \\ \ChairmanTitle}
}
\end{center}