%##############################################################################
%  PAPER TEMPLATE.TEX
%
%  DESCRIPTION
%    This document is a template TEX file for a resume or CV.
%
%  AUTHOR
%    Taylor Hines, taylor.hines@asu.edu
%
%  MODIFICATION HISTORY
%    05/11/09 - Date of creation
%
%  NOTES
%    You definitely do not need to acknowledge me in any way if you
%    use this template.  This document has probably been borderline
%    copied from other people.  In fact, you should probably just
%    delete this paragraph.
%
%##############################################################################
%##############################################################################
%
%       NAME:
%
%       DATE:
%
%##############################################################################
%##############################################################################
%
%   MACROS AND STYLES
%
\documentstyle[margin,line]{res}

\font\attand=cmr7
\renewcommand{\labelitemi}{$\diamond$}

\newenvironment{packed_item}{
\begin{itemize}
  \setlength{\itemsep}{1pt}
  \setlength{\parskip}{0pt}
  \setlength{\parsep}{0pt}
}{\end{itemize}}

\def\PS{{\tt P\small OST\tt S\small CRIPT}}
\def\ATT{{AT{\attand \&}T}}
\def\MF{{METAFONT}}
\def\Cplusplus{{\rm C\raise.5ex\hbox{\small ++}}}
\def\AmSTeX{{$\cal A\kern-.1667em\lower.5ex\hbox{$\cal M$}\kern-.125em
S$-\TeX}}

%\topmargin -.5in
%\oddsidemargin -.5in
%\evensidemargin -.5in
%\textwidth=6.0in
\textheight=9.5in

%##############################################################################
%##############################################################################
%
%   BEGIN DOCUMENT
%
\begin{document}

%##############################################################################
%
%   YOUR NAME
%
\name{Name Here}
\begin{resume}

%##############################################################################
%
%   CONTACT INFORMATION
%
\section{\sc Contact Information}

\begin{tabular*}{6.5in}{l@{\extracolsep{2in}}l}
Address 1 & Phone Number \\
Address 2 & Email Address \\
\end{tabular*}


%##############################################################################
%
%   EDUCATION
%
\section{\sc Education}
 School 1 \\

 School 2 \\

%##############################################################################
%
%   PAPERS AND PUBLICATIONS
%
\section{\sc Papers and Publications}
    \begin{itemize}
        \item 

        \item 

    \end{itemize}

%##############################################################################
%
%   TALKS AND PRESENTATIONS
%
\section{\sc Talks and Presentations}
    \begin{itemize}	
	\item 
	\item 
    \end{itemize}
    
%##############################################################################
%
%   INTERNSHIPS AND RESEARCH EXPERIENCE
%
\section{\sc Internships and Research Experience}
	
	\title{\em Title}
	\employer{\bf Employer}
	\dates{Dates}
	\location{\bf Location}
	\begin{position}
	Description of position.
    \end{position}
	
%##############################################################################
%
%   HONORS AND AWARDS
%
\section{\sc Honors and Awards}
	\begin{itemize}
		\item 
		\item 
		\item 
	\end{itemize}

\begin{format}
\title{l}\employer{r}\\
\dates{l}\location{r}\\
\body\\
\end{format}

%##############################################################################
%
%   WORK EXPERIENCE
%
\section{\sc Work \\ Experience}

\title{\em Job Title}
\employer{\bf Employer}
\dates{Dates}
\location{\bf Location}
\begin{position}
 	$\cdot$ \\
    $\cdot$ \\
    $\cdot$ \\
\end{position}

%##############################################################################
%
%   TECHNICAL SKILLS
%
\section{\sc Technical Skills}

\begin{description}
\item[{\em Languages:}]

\item[{\it Software:}]

\item[{\it Operating Systems:}]

\end{description}

%##############################################################################
%
%   REFERENCES
%
\section{\sc References}
Available on request.

%##############################################################################
%##############################################################################
%
%   END OF RESUME
%
\end{resume}
\end{document}

