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?
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
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
Decrease the space between top of page and name?
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
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm