I am following this template to build a resume. When there are multiple pages, I was wondering how to put my name on every page? Thanks!
The code is (you may need to download the res.cls file from the link above)
\documentclass[margin, 10pt]{res} % Use the res.cls style, the font size can be changed to 11pt or 12pt here
\usepackage{helvet} % Default font is the helvetica postscript font
\setlength{\textwidth}{5.1in} % Text width of the document
\begin{document}
\moveleft.5\hoffset\centerline{\large\bf John Smith} % Your name at the top
\moveleft\hoffset\vbox{\hrule width\resumewidth height 1pt}\smallskip % Horizontal line after name; adjust line thickness by changing the '1pt'
\moveleft.5\hoffset\centerline{123 Broadway} % Your address
\moveleft.5\hoffset\centerline{City, State 12345}
\moveleft.5\hoffset\centerline{(000) 111-1111 or (111) 111-1112}
\begin{resume}
...
\end{resume}
\end{document}
fancyhdrpackage. – ChrisS Aug 08 '13 at 03:37