%%% thesis_html.tex
%%% no more needs to be said
%
% Alex Barnett, Sept 2000.
%
% Taken from Adam Lupu-Sax and edited May 2000.

% LATEX2HTML attempt Sept 2001.

\documentclass[11pt]{book}

% Harvard GSAS Jan 2000 settings:
% (Lauren Lamir 5-1519 gave 12pt Times New Roman as the ideal size)...
% \documentclass[12pt,oneside,final]{huthesis}


\usepackage{epsfig,bm,epsf}


%% choose which files to process
%% stolen from the mitthesis suite
%\typein [\files]{Enter file names to process, (frontmatter,intro,
%  ...), or `all' to process all files:} 
%\def\all{all} 
%\ifx\files\all
%\typeout{Including all files.} \else \typeout{Including only \files.}
%\includeonly{\files} 
%\fi 

% Table of contents max depth listed:
% 1 = section, 2 = subsection, 3 = subsubsection
% (Adam Lupu-Sax had 1. Is this standard at Harvard? I'm going for 2)
\setcounter{tocdepth}{2}


\begin{document}

\input{mathdefs} % my math definitions.

% Single spacing: takes place of `draft' mode, without losing figures.
%\ssp
% makes double-spaced: (for GSAS requirement, microfiche):
% \dsp


\include{frontmatter_html}

% Chapter 1:
\include{intro_html}

% billiard dissipation work + Doron
\include{review_html}
\include{dil_html}
\include{wall_html}

% numerical methods for billiards.
\include{ipwdm_html}
\include{vergini_html}

% quantum point conductance in 2D
\include{qpc_html}

% atomic waveguide.
\include{atom_html}

% bibliography
%\include{b}

\appendix
\include{fokker_html}
\include{band_cl_html}
\include{band_qm_html}
\include{howmany_html}
\include{cross1_html}
\include{cross2_html}
\include{discr_html}
\include{perim_html}
\include{tensionexp_html}
\include{basis_html}
\include{laplace_html}
\include{crosssec_html}

% hack to read bibtex-converted-to-standard-bib-format:
\input{thesis.bbl}

\end{document}
