Curricula Vitae / Résumés ⇒ Reduce space between sections (developer cv)
Reduce space between sections (developer cv)
I've uploaded the template to overleaf: https://www.overleaf.com/read/hktjxsfzpcfp
To be more specific:
1. I want to reduce the space between the title (developer-name) and the rest of document.
2. Reduce the space between the bubbles section and MyExperience section.
3. Reduce the space between MyExperience and MyEducation.
Any help will be appreciated, 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
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Reduce space between sections (developer cv)
\vspace{-\baselineskip}
to \vspace{-1.8\baselineskip}
or some such? If not, try putting either \vspace{-1ex}
or \vskip -1ex
before the minipage in question. If those don't work, try putting \vbox{}
in front of the vspace command.