Mercurial > cortex
view thesis/cover.tex @ 468:258078f78b33
insert argument about senses.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 28 Mar 2014 16:25:31 -0400 |
parents | c20de2267d39 |
children | 8e52a2802821 |
line wrap: on
line source
1 % -*-latex-*-2 %3 % For questions, comments, concerns or complaints:4 % thesis@mit.edu5 %6 %7 % $Log: cover.tex,v $8 % Revision 1.8 2008/05/13 15:02:15 jdreed9 % Degree month is June, not May. Added note about prevdegrees.10 % Arthur Smith's title updated11 %12 % Revision 1.7 2001/02/08 18:53:16 boojum13 % changed some \newpages to \cleardoublepages14 %15 % Revision 1.6 1999/10/21 14:49:31 boojum16 % changed comment referring to documentstyle17 %18 % Revision 1.5 1999/10/21 14:39:04 boojum19 % *** empty log message ***20 %21 % Revision 1.4 1997/04/18 17:54:10 othomas22 % added page numbers on abstract and cover, and made 1 abstract23 % page the default rather than 2. (anne hunter tells me this24 % is the new institute standard.)25 %26 % Revision 1.4 1997/04/18 17:54:10 othomas27 % added page numbers on abstract and cover, and made 1 abstract28 % page the default rather than 2. (anne hunter tells me this29 % is the new institute standard.)30 %31 % Revision 1.3 93/05/17 17:06:29 starflt32 % Added acknowledgements section (suggested by tompalka)33 %34 % Revision 1.2 92/04/22 13:13:13 epeisach35 % Fixes for 1991 course 6 requirements36 % Phrase "and to grant others the right to do so" has been added to37 % permission clause38 % Second copy of abstract is not counted as separate pages so numbering works39 % out40 %41 % Revision 1.1 92/04/22 13:08:20 epeisach43 % NOTE:44 % These templates make an effort to conform to the MIT Thesis specifications,45 % however the specifications can change. We recommend that you verify the46 % layout of your title page with your thesis advisor and/or the MIT47 % Libraries before printing your final copy.48 \title{Solving Problems using Embodiment \& Empathy}49 \author{Robert Louis M\raisebox{\depth}{\small \underline{\underline{c}}}Intyre}50 %\author{Robert McIntyre}54 % If you wish to list your previous degrees on the cover page, use the55 % previous degrees command:56 % \prevdegrees{A.A., Harvard University (1985)}57 % You can use the \\ command to list multiple previous degrees58 % \prevdegrees{B.S., University of California (1978) \\59 % S.M., Massachusetts Institute of Technology (1981)}60 \department{Department of Electrical Engineering and Computer Science}62 % If the thesis is for two degrees simultaneously, list them both63 % separated by \and like this:64 % \degree{Doctor of Philosophy \and Master of Science}65 \degree{Master of Engineering in Electrical Engineering and Computer66 Science}68 % As of the 2007-08 academic year, valid degree months are September,69 % February, or June. The default is June.70 \degreemonth{June}71 \degreeyear{2014}72 \thesisdate{May 23, 2014}74 %% By default, the thesis will be copyrighted to MIT. If you need to copyright75 %% the thesis to yourself, just specify the `vi' documentclass option. If for76 %% some reason you want to exactly specify the copyright notice text, you can77 %% use the \copyrightnoticetext command.78 %\copyrightnoticetext{\copyright IBM, 1990. Do not open till Xmas.}80 % If there is more than one supervisor, use the \supervisor command81 % once for each.82 \supervisor{Patrick H. Winston}{Ford Professor of Artificial83 Intelligence and Computer Science}85 % This is the department committee chairman, not the thesis committee86 % chairman. You should replace this with your Department's Committee87 % Chairman.88 \chairman{Prof. Albert R. Meyer}{Chairman, Masters of Engineering89 Thesis Committee}91 % Make the titlepage based on the above information. If you need92 % something special and can't use the standard form, you can specify93 % the exact text of the titlepage yourself. Put it in a titlepage94 % environment and leave blank lines where you want vertical space.95 % The spaces will be adjusted to fill the entire page. The dotted96 % lines for the signatures are made with the \signature command.97 \maketitle99 % The abstractpage environment sets up everything on the page except100 % the text itself. The title and other header material are put at the101 % top of the page, and the supervisors are listed at the bottom. A102 % new page is begun both before and after. Of course, an abstract may103 % be more than one page itself. If you need more control over the104 % format of the page, you can use the abstract environment, which puts105 % the word "Abstract" at the beginning and single spaces its text.107 %% You can either \input (*not* \include) your abstract file, or you can put108 %% the text of the abstract directly between the \begin{abstractpage} and109 %% \end{abstractpage} commands.111 % First copy: start a new page, and save the page number.112 \cleardoublepage113 % Uncomment the next line if you do NOT want a page number on your114 % abstract and acknowledgments pages.115 \pagestyle{empty}116 \setcounter{savepage}{\thepage}117 \begin{abstractpage}118 \input{abstract}119 \end{abstractpage}121 % Additional copy: start a new page, and reset the page number. This way,122 % the second copy of the abstract is not counted as separate pages.123 % Uncomment the next 6 lines if you need two copies of the abstract124 % page.125 % \setcounter{page}{\thesavepage}126 % \begin{abstractpage}127 % \input{abstract}128 % \end{abstractpage}130 %% \cleardoublepage132 %% \section*{Acknowledgments}134 %% This is the acknowledgements section. You should replace this with your135 %% own acknowledgements.137 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%138 % -*-latex-*-