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!
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
-
- 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.