\documentclass{uicthesi}

% for importing image files -- need 'if' stuff to use PNGs
\ifx\pdfoutput\undefined
  \usepackage[dvips]{graphicx}
\else
  \usepackage[pdftex]{graphicx}
  \pdfcompresslevel=9
\fi

\usepackage{subfigure} % for making subfigures

\usepackage{amsmath} % better math support

%\usepackage{wrapfig} % Wrap text around figures (see http://www.tex.ac.uk/cgi-bin/texfaq2html?label=textflow)

\title{Alpha beta gamma delta epsilon zeta}

\author{Alpha Beta}

% List of previous degrees
\pdegrees{B.S., University of Illinois at Chicago, May 2001}

% Degree that this thesis is for
\degree{Master of Science in Electrical and Computer Engineering}

\begin{document}

\maketitle

%\copyrightpage

\input dedication

\input acknowledgment

\input preface

\tableofcontents

\listoftables

\listoffigures

\input abbreviations

\input summary

\input body

\input appendix

\bibformb % define style of bibliography
\bibliography{bibliography}

\input vita

\end{document}

