A simple resume template class, with a couple of macros to keep your resume code neat and clean. I take no credit for the actual design of the template, which I found on this blog post.
\documentclass{resume}
\author{}
\website{}
\email{}
\address{}
\begin{document}
\resumeheader
\section{Objective}
Text here.
\section{Education}
\begin{itemize}
\credential
{School} {Location}
{Degree} {Duration}
{Achievements, etc.}
\end{itemize}
…
Can be downloaded here. Check out resume.tex for an example of usage.
This is the first LaTeX class I've ever written, so there most definitely will be bugs. Please do contact me if you come across any.