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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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