%%% ============================================================
%%%  @LaTeX-style-file{
%%%     filename        = "emory.sty",
%%%     version         = "1.0",
%%%     date            = "Saturday, May 29, 2004",
%%%     time            = "12:09 UTC-4",
%%%     author          = "Shufu Xu",
%%%     address         = "Department of Mathematics and Computer Science 
%%%                        Emory University
%%%                        Atlanta, GA 30322
%%%                        United States of America",
%%%     email           = "sxu4@emory.edu",
%%%     telephone       = "(+ 404) 727-5603",
%%%     distribution    = "restricted/on request",
%%%     keywords        = "LaTeX package, thesis style",
%%%     codetable       = "ISO/ASCII",
%%%     docstring       = "emory.sty is a LaTeX (2e) package
%%%                        designed to meet the thesis requirement of
%%%                        Emory University.
%%% }

\NeedsTeXFormat {LaTeX2e}[1994/12/01]
\def \filename {emory.sty}
\def \filedate {2004/05/29}
\def \fileversion {1.0}
\ProvidesPackage {emory}[\filedate\space\fileversion\space
  Emory University Thesis Style]
\typeout {Package: `emory' \fileversion\space <\filedate>}


\setlength{\headheight}{0.75in}
\setlength{\headsep}{0.25in}

\long\def\signature#1#2{%
  \begin{minipage}[t]{64mm}
    \vspace{0.5ex}
    \hbox{\hfil\shortstack{\vrule width 60mm height 0.4pt \\#1\\\ignorespaces#2}}
  \end{minipage}
}


\endinput

%%% EOF.
