changeset 424:d55197a40b47

update cover page.
author Robert McIntyre <rlm@mit.edu>
date Fri, 21 Mar 2014 01:52:50 -0400
parents f0da8b550b65
children efba8526a662
files thesis/cover.tex thesis/thesis.tex
diffstat 2 files changed, 24 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/thesis/cover.tex	Fri Mar 21 01:18:36 2014 -0400
     1.2 +++ b/thesis/cover.tex	Fri Mar 21 01:52:50 2014 -0400
     1.3 @@ -45,7 +45,7 @@
     1.4  % however the specifications can change.  We recommend that you verify the
     1.5  % layout of your title page with your thesis advisor and/or the MIT 
     1.6  % Libraries before printing your final copy.
     1.7 -\title{An Optimizing Compiler for Low-Level Floating Point Operations}
     1.8 +\title{CORTEX : A Virtual World for Sensate AI}
     1.9  
    1.10  \author{Robert McIntyre}
    1.11  % If you wish to list your previous degrees on the cover page, use the 
    1.12 @@ -59,13 +59,14 @@
    1.13  % If the thesis is for two degrees simultaneously, list them both
    1.14  % separated by \and like this:
    1.15  % \degree{Doctor of Philosophy \and Master of Science}
    1.16 -\degree{Bachelor of Science in Computer Science and Engineering}
    1.17 +\degree{Master of Engineering in Electrical Engineering and Computer
    1.18 +  Science}
    1.19  
    1.20  % As of the 2007-08 academic year, valid degree months are September, 
    1.21  % February, or June.  The default is June.
    1.22  \degreemonth{June}
    1.23 -\degreeyear{1990}
    1.24 -\thesisdate{May 18, 1990}
    1.25 +\degreeyear{2014}
    1.26 +\thesisdate{May 23, 2014}
    1.27  
    1.28  %% By default, the thesis will be copyrighted to MIT.  If you need to copyright
    1.29  %% the thesis to yourself, just specify the `vi' documentclass option.  If for
    1.30 @@ -75,12 +76,14 @@
    1.31  
    1.32  % If there is more than one supervisor, use the \supervisor command
    1.33  % once for each.
    1.34 -\supervisor{William J. Dally}{Associate Professor}
    1.35 +\supervisor{Patrick H. Winston}{Ford Professor of Artificial
    1.36 +  Intelligence and Computer Science}
    1.37  
    1.38  % This is the department committee chairman, not the thesis committee
    1.39  % chairman.  You should replace this with your Department's Committee
    1.40  % Chairman.
    1.41 -\chairman{Arthur C. Smith}{Chairman, Department Committee on Graduate Theses}
    1.42 +\chairman{Prof. Albert R. Meyer}{Chairman, Masters of Engineering
    1.43 +  Thesis Committee}
    1.44  
    1.45  % Make the titlepage based on the above information.  If you need
    1.46  % something special and can't use the standard form, you can specify
     2.1 --- a/thesis/thesis.tex	Fri Mar 21 01:18:36 2014 -0400
     2.2 +++ b/thesis/thesis.tex	Fri Mar 21 01:52:50 2014 -0400
     2.3 @@ -26,6 +26,21 @@
     2.4  %% above. 
     2.5  
     2.6  \documentclass[12pt,twoside]{mitthesis}
     2.7 +\usepackage[utf8]{inputenc}
     2.8 +\usepackage[T1]{fontenc}
     2.9 +\usepackage{fixltx2e}
    2.10 +\usepackage{graphicx}
    2.11 +\usepackage{longtable}
    2.12 +\usepackage{float}
    2.13 +\usepackage{wrapfig}
    2.14 +\usepackage{rotating}
    2.15 +\usepackage[normalem]{ulem}
    2.16 +\usepackage{amsmath}
    2.17 +\usepackage{textcomp}
    2.18 +\usepackage{marvosym}
    2.19 +\usepackage{wasysym}
    2.20 +\usepackage{amssymb}
    2.21 +\usepackage{hyperref}
    2.22  %\usepackage{lgrind}
    2.23  \pagestyle{plain}
    2.24