TimmyChan / data-science-tech-resume-template

I was just trying to make a resume... I ended up with a LaTeX template too, might as well share
Creative Commons Attribution 4.0 International
59 stars 15 forks source link

Use of header in the resume #3

Closed iamgmujtaba closed 2 years ago

iamgmujtaba commented 2 years ago

Hi there,

Thank you for your template. How can I use the header on the first page only? It seems the header information is also other pages as well, which is recapitulation.

Thanks

l-gorman commented 2 years ago

I just had the same issue and found a fix here. Go to the _header.tex file. There should be a line which says \fancypagestyle{fancy}, I changed it to \fancypagestyle{firstpage}. Then in the main resume.tex file, right after begin{document} I added the line \thispagestyle{firstpage}. Worked for me :)