%====================================================
%  File name: thesis.tex
%  Purposes:  1. The main file for the PhD thesis;
%             2. The format meets the requirement of the Graduate 
%                School of Indiana University at Bloomington;
%
%
%  Name:      Xiaojian Kang
%             Department of Physics
%             Indiana University 
%             Bloomington, IN 47405
%  Date:      March 12, 1998
%====================================================
%
  \input{format1.tex}               % the format file 
%
% \includeonly{chap2/chap2, thesis_back/back}
                                   % for seperate process
\begin{document}

  \include{thesis_front/front}     % some front pages
  \input{format2.tex}               % more format for the chapters
                                   % TOC, LOF, LOT ...
  \include{chap1}                  % Chapter 1:  Introduction
  \include{chap2/chap2}            % Chapter 2:  Lattice
  \include{chap3/chap3}            % Chapter 3:  Dipole
  \include{chap4/chap4}            % Chapter 4:  Rf cavity
  \include{chap5/chap5}            % Chapter 5:  Injection & extraction
  \include{chap6}                  % Chapter 6:  Conclusions
  \include{thesis_back/back}       % backpages:  appendix,
                                   %             bibliography, resume...
\end{document}

% Local Variables: 
% mode: latex
% TeX-master: t
% End: 
