% -*- 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[12pt,vi,twoside]{mitthesis}
%%
%%  If you want your thesis copyright to you instead of MIT, use the
%%  ``vi'' option, as above.
%%
%\documentclass[12pt,twoside,leftblank]{mitthesis}
%%
%% If you want blank pages before new chapters to be labelled ``This
%% Page Intentionally Left Blank'', use the ``leftblank'' option, as
%% above. 

\documentclass[12pt,twoside,letterpaper]{mitthesis}
%\usepackage[T1]{fontenc}
%\usepackage{textcomp}
%\usepackage{luximono}
%\usepackage{color}
\usepackage{rotating}
\usepackage{tabularx}
\usepackage{listings}
\usepackage{cite}
\usepackage{url}
\usepackage{graphics}
\usepackage{graphicx}
\usepackage{fancyvrb}
\usepackage{endnotes}
\usepackage{lgrind}
\usepackage[pdfauthor={Jose Hiram Soltren},%
            pdftitle={Query-Based Database Policy Assurance Using Semantic Web Technologies},%
            pdftex,colorlinks=true,linkcolor=blue]{hyperref}
\pagestyle{plain}
%\pagestyle{drafthead}

%% This bit allows you to either specify only the files which you wish to
%% process, or `all' to process all files which you \include.
%% Krishna Sethuraman (1990).

%\typein [\files]{Enter file names to process, (chap1,chap2 ...), or `all' toprocess all files:}
%\def\all{all}
%\ifx\files\all \typeout{Including all files.} \else \typeout{Including only \files.} \includeonly{\files} \fi

\begin{document}

\include{cover}
\pagestyle{plain}
\include{contents}
%\include{chapters}
\include{intro}
\include{theneed}
\include{sys-overview}
\include{sys-detail}
\include{performance}
\include{related}
\include{future}
\include{conclusion}
\appendix
\include{backg}
\include{appendices}
%\include{appb}
\include{biblio}
\end{document}

