Curricula Vitae / RésumésDecrease the space between top of page and name?

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Decrease the space between top of page and name?

Post by templateuser »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Decrease the space between top of page and name?

Post by Vel »

Hey,

Just add top=1cm to the geometry package in the preamble like so:

Code: Select all

\usepackage[scale=0.75,top=1cm]{geometry}
You can, of course, use any value to reduce the top margin by any amount you want.

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: Decrease the space between top of page and name?

Post by templateuser »

Thanks, I never would have figured that out.
Post Reply