Curricula Vitae / Résumés ⇒ how to include name on each page in moderncv
how to include name on each page in moderncv
2. I would like to add my name on all pages but first in a header or footer so that the subsequent pages are easy to connect to me in case they get lost at the employer's. I'm using the classic (with picture) and banking (w/o pic) styles.
I see that moderncv.cls does have fancyhdr and makes a footnote but the syntax of that block is way too complicated so if the author would like to explain how to modify it that'd be great!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: how to include name on each page in moderncv
\fancyfoot[l]{\parbox{10cm}{\color{color2}\addressfont\strut \@firstname{}~\@familyname{}~~\emailsymbol\emaillink{\@email}}}
I also added \thispagestyle{empty} to my document to remove the footers from first page.