% This is the main Thesis project file
% by A. Norman (May 2003)
%
% $Id: Thesis_Slides.tex,v 1.16 2003/10/21 21:43:03 norman Exp $
%
% \documentclass[letterpaper]{book}
\documentclass{seminar}
%
% Use the standard Postscript Tricks package
% for graphics inclusion with the dvips driver
%
\usepackage{pstricks,pst-node,pst-text}
\usepackage[dvips]{pstcol}
%
% Use the Slide packages for Seminar
%
\usepackage{fancybox}
\usepackage{semcolor}
\usepackage{slidesec}
\input{seminar.bug}
\input{seminar.bg2}
% Use the Hypertex References package (if doing PDF)
%
% \usepackage{hyperref}
%
% Use the Vpage package which creates the proper 
% Page Layout (USletter, USlegal, etc...)
% see pages 88-89 of The LaTeX companion
%
%\usepackage{Vmargin}
%
% Use the doublespace package for linespacing
%
\usepackage{doublespace}
%
% Use both the AMS math and symbols packages 
% for equations
%
\usepackage{amsmath}
\usepackage{amssymb}
%
% Set the font family to use for the thesis
%
\usepackage{times,mathptmx}
%
% Use the standard Graphicx Package
% for graphics inclusion with the dvips driver
%
\usepackage[dvips]{graphicx}
\graphicspath{{.}{./figures/}}
%
% Use the EPS figure package for including 
% encapsulated postscript figures
%
%\usepackage{epsfig}
%\usepackage{psfig}

%
% Use the PSFrag package for PS text replacement
%
\usepackage{psfrag}
%
% Use the TextCase package for special text caps
%
% \usepackage{textcase}
%
% Use the Xspace package for proper spacing 
% after macros
%
\usepackage{xspace}
%
% Use the Subfigure package to create arrays of 
% figures
%
\usepackage{subfigure}
%
% Use the Calc package for integer opps
%
\usepackage{calc}
%
% Use the TabularX package to create special tables
%
\usepackage{tabularx}
%
% Use the enumerate package for custom lists
%
\usepackage{enumerate}
%
% use the Dcolumn package to allow for aligned columns
% in tables
%
\usepackage{dcolumn}
%
% Use the Fancy Headers package
%
\usepackage{fancyhdr}
%
% Use the MakeIndex Package to generate an index
%
% \usepackage{makeidx}
%
%
% Set the Paper Size to Letter
%
%\setpapersize{USletter}
%
% Set Up the margins to use 
%
%\setmarginsrb{1in}{1in}{1in}{1in}{0pt}{10mm}{0pt}{5mm}
%
% Include your macro files here
%
\input{general_macros}          % Include the general macros
\input{kaon_macros}             % Include Kaon decay macros
\input{color_macros}            % Include some standard colors
%
% If you are indexing include the \makeindex
% command here and run an index pass
%
% \makeindex                    % Generate an index
%
% When mixing landscape and portrait slides we need this
\printlandscape
%
\makeatletter
\newcounter{slchapter}%
\newcommand\l@chapslide[1]{\slide@undottedcline{#1}{}}%
\newcommand\slidechapter[1]{%
\begin{slide}%
\addtocontents{los}{\protect\l@chapslide{\protect\large\bfseries #1}}%
\end{slide}%
\renewcommand\thechapterheading{#1}%
\setcounter{slchapter}{0}}%
\newcommand\thechapterheading{}%
\makeatother
% Personalization of the format of the list of slides
%\makeatletter
%\def\listofslides{%
%  \def\l@slide##1##2##3{%
%    \slide@dottedcline{##1 -- ##2}{\slidenumberline{##3}}}%
%  \def\l@subslide##1##2##3{%
%    \slide@dottedcline{\ \ ##1 -- ##2}{\slidenumberline{##3}}}%
%  \@startlos}
%
% To avoid Overfull messages on each line of the list...
% \def\slide@dottedcline{\@dottedtocline{1}{1.5em}{2.3em}}
%\def\slide@dottedcline{\@dottedtocline{1}{0.3em}{1.5em}}
%\makeatother
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Begin the Text of the Main Document
%
\begin{document}                        % Begin the document
%
% Set the Headers and Footers
\renewcommand{\thedate}{October 2003}
\renewcommand{\headrulewidth}{0.0mm}
\renewcommand{\footrulewidth}{0.0mm}
\fancyfoot[L]{\tiny\textit{A. Norman}}
\fancyfoot[R]{\tiny\thedate}
\fancyfoot[C]{\small College of William \& Mary}
\fancyhead[R]{\tiny Slide \theslide}
\fancyhead[L]{\tiny \thechapterheading}
\renewcommand{\slidetopmargin}{2cm}
\renewcommand{\headwidth}{\textwidth}
\autoslidemarginstrue
%
% Set up the Figure and Table labels
\renewcommand{\figurename}{FIG.}
\renewcommand{\tablename}{TABLE}
\renewcommand{\contentsname}{Seminar Outline}
%
% Include the Slides
%
% Set the Portrait/Landscape slides to display
%\landscapeonly
%\portraitonly
\sliderotation{left}                    % Rotate Portrait slides
\rotateheaderstrue                      % Also rotate the headers
%
\pagestyle{fancy}
\input{title_slide.tex}                 % Include the title slide
\input{collaboration_slides.tex}       % Include the E871 collaboration slides
%
%
\slidechapter{Introduction}             % 
\input{introduction_slides.tex}         % Include the introduction slides
\input{chapter_1_slides.tex}            % Include the slides corresponding to chpater 1 of the thesis
\input{chapter_2_slides.tex}            % Include the slides corresponding to chpater 2 of the thesis
\input{chapter_3_slides.tex}            % Include the slides corresponding to chpater 3 of the thesis
\input{chapter_4_slides.tex}            % Include the slides corresponding to chapter 4 of the thesis
\input{chapter_5_slides.tex}            % Include the slides corresponding to chapter 5 of the thesis
\input{chapter_6_slides.tex}            % Include the slides corresponding to chapter 6 of the thesis
\input{chapter_7_slides.tex}            % Include the slides corresponding to chapter 7 of the thesis
%%%%%%
\begin{slide*}                          %
\tableofcontents
%\listofslides                           % Generate a list of slides
%\slidecontents                        % Generate a list of slides
\end{slide*}                            %

%%%%%%
% Put Bibliographic information last
%
\begin{slide}
\bibliography{thesis_biblio}            % Use the file ``thesis_biblio.bib'' for the biblio
%\bibliographystyle{apalike}             % This uses (name, year) as the citation style
\bibliographystyle{prsty}               % Indicate citation in Phys. Rev. Lett. style
%\bibliographystyle{apsrev}              % Indicate the sort by citation order style
\end{slide}
%
%%%%%%
% If you are indexing include the index format
%\begin{spacing}{1.0}
%\printindex                    % Print the Index
%\end{spacing}
%%%%%%
\end{document}                  % End the document
%
% END Document
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
