% -*- Mode:TeX -*-
%% The documentclass options along with the pagestyle can be used to generate
%% a technical report, a draft copy, or a regular thesis. You may need to
%% re-specify the pagestyle after you \include cover.tex. For more
%% information, see the first few lines of mitthesis.cls.
\documentclass[11pt,twoside]{mitthesis_mas}
\pagestyle{plain}
\begin{document}
%%Formatting commands
\setlength{\parindent}{0pt} %Full block style
\setlength{\parskip}{11pt} %Assumes 11pt type
\hfuzz2pt % Don't bother to report over-full boxes if over-edge is < 2pt
%%Prefatory material
\include{cover}
\include{abstract}
\include{readers}
\pagestyle{plain}
%%Main body (chapters)
\setlength{\parskip}{0pt} %Assumes 11pt type
\begin{spacing}{1}
\include{contents}
\end{spacing}
\setlength{\parskip}{11pt plus3pt minus3pt} %Assumes 11pt type
\include{intro}
%Other chapters go here
%%Appendices
\appendix
%Appendices go here. Structure is same as for other chapters
%%The bibliography
%\include{biblio}
\end{document}
%end file