Hullo all.
I am using resume.cls (with a few minor alterations,just to the geometry and spacing) and wish to have my personal information appear in this order [that is, below my name]:
Street Address Email City, St Zip Phone
I did not want the pre-defined email to the side of my name, so I deleted that, and thus far I still end up with this order:
Phone Email Street Address City,St Zip
Here is what I have:
\documentclass[letterpaper]{resume1}
\usepackage{multicol}
\setcounter{errorcontextlines}{100}
\usepackage{paralist}
\definecolor{ruleendcolor}{rgb}{0.2, 0.2, 0.6}
\begin{document}
\author{PHILIP R. DYKES}
\streetaddress{175 South Fourth St. Apt. \# 4}
\citystatezip{Cochran, GA 31014}
\phone{(478)~$\cdot$~456~$\cdot$~0338}
\email{philip.dykes77@gmail.com}
\maketitle
\section{Areas of Strength}
\end{document}
Actually (since I was completely uncertain as to how to eliminate the email beside my name) I had been using \webpage for my email which may have [admittedly] contributed to part of this problem. Thanks (in advance) for any help anyone can give me!
resume.cls), or at least the modified version. Even if this is via PasteBin. – Werner Feb 6 at 17:51