Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

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!

share|improve this question
Please provide a link to your document class (resume.cls), or at least the modified version. Even if this is via PasteBin. – Werner Feb 6 at 17:51

closed as too localized by mafp, Kurt, Speravir, Werner, Matthew Leingang Apr 4 at 1:32

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.