annotate thesis/aux/mitthesis/signature.tex @ 538:cfbcd2b11087

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