Curricula Vitae / Résuméshow to include name on each page in moderncv

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
nancyagg
Posts: 2
Joined: Wed Nov 04, 2015 6:30 pm

how to include name on each page in moderncv

Post by nancyagg »

1. This is a great template!!
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!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

nancyagg
Posts: 2
Joined: Wed Nov 04, 2015 6:30 pm

Re: how to include name on each page in moderncv

Post by nancyagg »

I was able to do this myself. For other interested readers, I added the following at line number 163 in moderncv.cls

\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.
Post Reply