\documentclass[11pt]{article} \usepackage{times} \usepackage{revnum} \usepackage{mathptm} \newcommand{\comment}[1]{} \newcommand{\myname}{Hank Zee} \newcommand{\phone}{{\sf (xxx)xxx-xxxx}} \newcommand{\email}{{\sf hank@zee.com}} \newcommand{\www}{{\sf http://www.zee.com/~hank}} \newcommand{\address}{One Street Ave.\\ City, State 12345} \newcommand{\ptitle}{\sl} \hoffset=-.12\textwidth \textwidth=1.24\textwidth \voffset=-.05\textheight \textheight=1.1\textheight \usepackage{fancyhdr,ifthen} \pagestyle{fancy} \cfoot{\thepage} % no footers (in pagestyle fancy) % running left heading \lhead{\bfseries\LARGE\em \noindent{}\hspace{-.2em}\myname{} \hfill Curriculum Vitae\vspace{-.2ex}\\} % running right heading %\newcommand{\spc}{1.31em} \newcommand{\spc}{2.2em} \rhead{\em {\small{\phone{}}} \hspace{\spc}$\cdot$\hspace{\spc} \email{} \hspace{\spc}$\cdot$\hspace{\spc} \www{}} % adjust, because the header is now taller than usual. \setlength{\headheight}{7ex} % bulleted list environment \newenvironment{bulletlist} { \begin{list} % {$\bullet$} {$\cdot$} { \setlength{\itemsep}{.5ex} \setlength{\parsep}{0ex} \setlength{\leftmargin}{1em} \setlength{\parskip}{0ex} \setlength{\topsep}{0ex} } } { \end{list} } %end newenvironment \newenvironment{enumlist} { \begin{revnumerate} {} { \setlength{\itemsep}{.5ex} \setlength{\parsep}{0ex} \setlength{\leftmargin}{1em} \setlength{\parskip}{0ex} \setlength{\topsep}{0ex} } } { \end{revnumerate} } %end newenvironment \newenvironment{dashlist} { \begin{list} {---} { \setlength{\itemsep}{.5ex} \setlength{\parsep}{0ex} \setlength{\leftmargin}{1em} \setlength{\parskip}{0ex} \setlength{\topsep}{0ex} } } { \end{list} } % bold sans-serif label for margin labels. \newcommand{\marginlabel}[1]{\textsf{\textbf{#1}}} %\newcommand{\marginlabel}[1]{\textsc{\textsc{#1}}} \newcommand{\entrylabel}[1]{\mbox{\marginlabel{#1}}\hfill} \newcommand{\MainListlabel}[1] { \parbox[t]{\labelwidth}{\hspace{.8em}\marginlabel{#1}} } % a list with fixed width marginlabels. \newenvironment{MainList}[1] { \renewcommand{\entrylabel}{\MainListlabel} \begin{list}{} { \renewcommand{\makelabel}{\entrylabel} \setlength {\itemindent}{-.65em} \setlength {\labelwidth}{#1} \setlength {\leftmargin}{\labelwidth} \setlength {\itemsep}{3ex} } } { \end{list} } %end newenvironment \begin{document} \begin{MainList}{110pt} \item [Employment] \begin{bulletlist} \item {\bf Generic University} Assistant Professor, 1999--1999 \item Random Fellowship, 1999--1999. \end{bulletlist} \item [Education] \begin{bulletlist} \item {\bf Generic University}, Ph.D., May 1999,\\ {\ptitle Area is length times width}. %Committee: Blankety Blank, Blinkety Blink, Blonkety Blonk. \item {\bf Generic University}, M.S., mathematics, 1999--1999.\\ B.S., mathematics, 1999--1999. \end{bulletlist} \item[Publications] \begin{enumlist} \item {\ptitle Area is length times width}, Math Quarterly. \item {\ptitle Volume is length times width times width} Math Quarterly. \end{enumlist} %\item [Books in progress] %\begin{bulletlist} % \item {\ptitle What is Area and Volume?}, with Blankety Blank. %\end{bulletlist} \item [Awards] \begin{bulletlist} \item Random Awards, 1999 \end{bulletlist} \item [Recent Talks] {\bf Fall 1999} \begin{bulletlist} \item Generic Talk \item Generic Talk \end{bulletlist} {\bf Spring 1999} \begin{bulletlist} \item Generic Talk \item Generic Talk \end{bulletlist} \item [Teaching] {\bf Generic University} \begin{bulletlist} \item {\em Mathematics}, Spring 19993 \item {\em More mathematics}, Fall 1999 \end{bulletlist} {\bf Other Generic University} \begin{bulletlist} \item {\em Mathematics}, Spring 1999 \end{bulletlist} \item [Personal] \address{}\\ US Citizen, born in Somewhere, State, on January 1, 1900. Phone: \phone \newpage \item [References]\mbox{}\\ \newcommand{\tw}{.4\textwidth} \hspace{-4em}\begin{tabular}{ll} \begin{minipage}[b]{\tw} {\bf Professor Blankety Blank}\\ Department of Mathematics\\ Generic University\\ City, State 12345\\ (xxx) xxx-xxxx\\ {\sf blankety@blank.com} \end{minipage} &\begin{minipage}[b]{\tw} {\bf Professor Blinkety Blink}\\ Department of Mathematics\\ Generic University\\ City, State 12345\\ (xxx) xxx-xxxx\\ {\sf blinkety@blink.com} \end{minipage} \\ \begin{minipage}[b]{\tw} {\bf Professor Blonkety Blonk}\\ Department of Mathematics\\ Generic University\\ City, State 12345\\ (xxx) xxx-xxxx\\ {\sf blonkety@blonk.com} \end{minipage} \end{tabular} \end{MainList} \end{document}