Mercurial > cortex
comparison thesis/aux/mitthesis/signature.tex @ 422:6b0f77df0e53
building latex scaffolding for thesis.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 21 Mar 2014 01:17:41 -0400 |
parents | thesis/mitthesis/signature.tex@c2c28c3e27c4 |
children |
comparison
equal
deleted
inserted
replaced
421:c2c28c3e27c4 | 422:6b0f77df0e53 |
---|---|
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. | |
15 | |
16 \begin{titlepage} | |
17 \begin{large} | |
18 This doctoral thesis has been examined by a Committee of the Department | |
19 of Chemistry as follows: | |
20 | |
21 \signature{Professor Jianshu Cao}{Chairman, Thesis Committee \\ | |
22 Professor of Chemistry} | |
23 | |
24 \signature{Professor Troy Van Voorhis}{Thesis Supervisor \\ | |
25 Associate Professor of Chemistry} | |
26 | |
27 \signature{Professor Robert W. Field}{Member, Thesis Committee \\ | |
28 Haslam and Dewey Professor of Chemistry} | |
29 \end{large} | |
30 \end{titlepage} | |
31 |