% -*- Mode: LaTeX;  -*-
% File: main.tex|thesis/
% Author: Mike Bolotski (misha@ai.mit.edu)
% Copyright (C) Artificial Intelligence Laboratory, 1996
%*-------------------------------------------------------------------------
%
%* PURPOSE: Top file of thesis
%*
%* HISTORY:
%* Last edited: Sep  5 21:37 1996 (misha)
%*  May 29 13:44 1996 (misha): Gratefull copied from Maja's all.tex
%* Created: Wed May 29 13:43:10 1996 (misha)
%*-------------------------------------------------------------------------

% \documentstyle[11pt,config,equationarray,mapleenv]{mitthesis}
\documentstyle[11pt,thesisconfig,equationarray,mapleenv,singlespace,twoside]{mitthesis}

\pagestyle{headings}

\def\mypsdirectory{/fs/abacus/misha/thesis/PS/}

\def\mapleplot#1{
%\vskip\AboveMaplePlot
\centerline{\vbox{\psfig{figure=\mypsdirectory#1,%
height=80mm,%
width=120mm,%
%%height=\MaplePlotHeight,%
%%width=\MaplePlotWidth,%
angle=\MaplePlotAngle}}}
\vskip -2ex
}




%\def\mapleplot#1{
%\vskip\AboveMaplePlot
%\centerline{\vbox{\psfig{figure=\mypsdirectory#1,%
%height=\MaplePlotHeight,%
%width=\MaplePlotWidth,%
%angle=\MaplePlotAngle}}}
%\vskip\BelowMaplePlot
%}


%%% Draft-oriented stuff
%% \pagestyle{myheadings}
%% \markright{DRAFT VERSION OF \today}

%% \includeonly{rough}

\begin{document}



%\tableofcontents
%\newpage
%\listoffigures
%\newpage
%\listoftables
%\newpage



% double space for proofreading?
%% \setlength{\baselineskip}{12pt}

%% \include{cover}


%chapter 1: Intro, Overview, and Outline
\include{intro}

%chapter 2: Motivation and Related Work
\include{related}        %


%chapter 3: Reconfigurable Bit-Parallel Architecture
\include{rbparch}        %


%chapters 4: The Abacus-1 Chip and System
\include{chip}              

% chapter 5
\include{system}


%chapter 5: Architectural Evaluation
\include{visionalg}        %

\include{analytical}        %


%chapter 6: An Improved Design
\include{abacus2}                 %


%chapter 7: Conclusions
\include{conc}      %

% \appendix
% \include{opcode}
%%\include{rough}

%\baselinestretch{1.0}


\bibliographystyle{ieeetr}
\bibliography{arch}

\end{document}


