diff thesis/aux/mitthesis/cover.tex @ 422:6b0f77df0e53

building latex scaffolding for thesis.
author Robert McIntyre <rlm@mit.edu>
date Fri, 21 Mar 2014 01:17:41 -0400
parents
children
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/thesis/aux/mitthesis/cover.tex	Fri Mar 21 01:17:41 2014 -0400
     1.3 @@ -0,0 +1,132 @@
     1.4 +% -*-latex-*-
     1.5 +% 
     1.6 +% For questions, comments, concerns or complaints:
     1.7 +% thesis@mit.edu
     1.8 +% 
     1.9 +%
    1.10 +% $Log: cover.tex,v $
    1.11 +% Revision 1.8  2008/05/13 15:02:15  jdreed
    1.12 +% Degree month is June, not May.  Added note about prevdegrees.
    1.13 +% Arthur Smith's title updated
    1.14 +%
    1.15 +% Revision 1.7  2001/02/08 18:53:16  boojum
    1.16 +% changed some \newpages to \cleardoublepages
    1.17 +%
    1.18 +% Revision 1.6  1999/10/21 14:49:31  boojum
    1.19 +% changed comment referring to documentstyle
    1.20 +%
    1.21 +% Revision 1.5  1999/10/21 14:39:04  boojum
    1.22 +% *** empty log message ***
    1.23 +%
    1.24 +% Revision 1.4  1997/04/18  17:54:10  othomas
    1.25 +% added page numbers on abstract and cover, and made 1 abstract
    1.26 +% page the default rather than 2.  (anne hunter tells me this
    1.27 +% is the new institute standard.)
    1.28 +%
    1.29 +% Revision 1.4  1997/04/18  17:54:10  othomas
    1.30 +% added page numbers on abstract and cover, and made 1 abstract
    1.31 +% page the default rather than 2.  (anne hunter tells me this
    1.32 +% is the new institute standard.)
    1.33 +%
    1.34 +% Revision 1.3  93/05/17  17:06:29  starflt
    1.35 +% Added acknowledgements section (suggested by tompalka)
    1.36 +% 
    1.37 +% Revision 1.2  92/04/22  13:13:13  epeisach
    1.38 +% Fixes for 1991 course 6 requirements
    1.39 +% Phrase "and to grant others the right to do so" has been added to 
    1.40 +% permission clause
    1.41 +% Second copy of abstract is not counted as separate pages so numbering works
    1.42 +% out
    1.43 +% 
    1.44 +% Revision 1.1  92/04/22  13:08:20  epeisach
    1.45 +
    1.46 +% NOTE:
    1.47 +% These templates make an effort to conform to the MIT Thesis specifications,
    1.48 +% however the specifications can change.  We recommend that you verify the
    1.49 +% layout of your title page with your thesis advisor and/or the MIT 
    1.50 +% Libraries before printing your final copy.
    1.51 +\title{An Optimizing Compiler for Low-Level Floating Point Operations}
    1.52 +
    1.53 +\author{Robert McIntyre}
    1.54 +% If you wish to list your previous degrees on the cover page, use the 
    1.55 +% previous degrees command:
    1.56 +%       \prevdegrees{A.A., Harvard University (1985)}
    1.57 +% You can use the \\ command to list multiple previous degrees
    1.58 +%       \prevdegrees{B.S., University of California (1978) \\
    1.59 +%                    S.M., Massachusetts Institute of Technology (1981)}
    1.60 +\department{Department of Electrical Engineering and Computer Science}
    1.61 +
    1.62 +% If the thesis is for two degrees simultaneously, list them both
    1.63 +% separated by \and like this:
    1.64 +% \degree{Doctor of Philosophy \and Master of Science}
    1.65 +\degree{Bachelor of Science in Computer Science and Engineering}
    1.66 +
    1.67 +% As of the 2007-08 academic year, valid degree months are September, 
    1.68 +% February, or June.  The default is June.
    1.69 +\degreemonth{June}
    1.70 +\degreeyear{1990}
    1.71 +\thesisdate{May 18, 1990}
    1.72 +
    1.73 +%% By default, the thesis will be copyrighted to MIT.  If you need to copyright
    1.74 +%% the thesis to yourself, just specify the `vi' documentclass option.  If for
    1.75 +%% some reason you want to exactly specify the copyright notice text, you can
    1.76 +%% use the \copyrightnoticetext command.  
    1.77 +%\copyrightnoticetext{\copyright IBM, 1990.  Do not open till Xmas.}
    1.78 +
    1.79 +% If there is more than one supervisor, use the \supervisor command
    1.80 +% once for each.
    1.81 +\supervisor{William J. Dally}{Associate Professor}
    1.82 +
    1.83 +% This is the department committee chairman, not the thesis committee
    1.84 +% chairman.  You should replace this with your Department's Committee
    1.85 +% Chairman.
    1.86 +\chairman{Arthur C. Smith}{Chairman, Department Committee on Graduate Theses}
    1.87 +
    1.88 +% Make the titlepage based on the above information.  If you need
    1.89 +% something special and can't use the standard form, you can specify
    1.90 +% the exact text of the titlepage yourself.  Put it in a titlepage
    1.91 +% environment and leave blank lines where you want vertical space.
    1.92 +% The spaces will be adjusted to fill the entire page.  The dotted
    1.93 +% lines for the signatures are made with the \signature command.
    1.94 +\maketitle
    1.95 +
    1.96 +% The abstractpage environment sets up everything on the page except
    1.97 +% the text itself.  The title and other header material are put at the
    1.98 +% top of the page, and the supervisors are listed at the bottom.  A
    1.99 +% new page is begun both before and after.  Of course, an abstract may
   1.100 +% be more than one page itself.  If you need more control over the
   1.101 +% format of the page, you can use the abstract environment, which puts
   1.102 +% the word "Abstract" at the beginning and single spaces its text.
   1.103 +
   1.104 +%% You can either \input (*not* \include) your abstract file, or you can put
   1.105 +%% the text of the abstract directly between the \begin{abstractpage} and
   1.106 +%% \end{abstractpage} commands.
   1.107 +
   1.108 +% First copy: start a new page, and save the page number.
   1.109 +\cleardoublepage
   1.110 +% Uncomment the next line if you do NOT want a page number on your
   1.111 +% abstract and acknowledgments pages.
   1.112 +\pagestyle{empty}
   1.113 +\setcounter{savepage}{\thepage}
   1.114 +\begin{abstractpage}
   1.115 +\input{abstract}
   1.116 +\end{abstractpage}
   1.117 +
   1.118 +% Additional copy: start a new page, and reset the page number.  This way,
   1.119 +% the second copy of the abstract is not counted as separate pages.
   1.120 +% Uncomment the next 6 lines if you need two copies of the abstract
   1.121 +% page.
   1.122 +% \setcounter{page}{\thesavepage}
   1.123 +% \begin{abstractpage}
   1.124 +% \input{abstract}
   1.125 +% \end{abstractpage}
   1.126 +
   1.127 +\cleardoublepage
   1.128 +
   1.129 +\section*{Acknowledgments}
   1.130 +
   1.131 +This is the acknowledgements section.  You should replace this with your
   1.132 +own acknowledgements.
   1.133 +
   1.134 +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
   1.135 +% -*-latex-*-