Thanks so much for putting together this great collection of resumes!
As we all know, space is like gold on a resume: so I'm wondering, how can I manipulate the space between the top of the page and my name? I'd like to remove a bit of it.
Thanks
Curricula Vitae / Résumés ⇒ Decrease the space between top of page and name?
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Decrease the space between top of page and name?
Hey,
Just add top=1cm to the
You can, of course, use any value to reduce the top margin by any amount you want.
Cheers,
Vel
Just add top=1cm to the
geometry
package in the preamble like so:Code: Select all
\usepackage[scale=0.75,top=1cm]{geometry}
Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Decrease the space between top of page and name?
Thanks, I never would have figured that out.