view thesis/mitthesis/signature.tex @ 421:c2c28c3e27c4

get mit thesis template file.
author Robert McIntyre <rlm@mit.edu>
date Fri, 21 Mar 2014 00:08:49 -0400
parents
children
line wrap: on
line source
1 % -*- Mode:TeX -*-
2 %
3 % Some departments (e.g. Chemistry) require an additional cover page
4 % with signatures of the thesis committee. Please check with your
5 % thesis advisor or other appropriate person to determine if such a
6 % page is required for your thesis.
7 %
8 % If you choose not to use the "titlepage" environment, a \newpage
9 % commands, and several \vspace{\fill} commands may be necessary to
10 % achieve the required spacing. The \signature command is defined in
11 % the "mitthesis" class
12 %
13 % The following sample appears courtesy of Ben Kaduk <kaduk@mit.edu> and
14 % was used in his June 2012 doctoral thesis in Chemistry.
16 \begin{titlepage}
17 \begin{large}
18 This doctoral thesis has been examined by a Committee of the Department
19 of Chemistry as follows:
21 \signature{Professor Jianshu Cao}{Chairman, Thesis Committee \\
22 Professor of Chemistry}
24 \signature{Professor Troy Van Voorhis}{Thesis Supervisor \\
25 Associate Professor of Chemistry}
27 \signature{Professor Robert W. Field}{Member, Thesis Committee \\
28 Haslam and Dewey Professor of Chemistry}
29 \end{large}
30 \end{titlepage}