Curricula Vitae / RésumésReduce space between sections (developer cv)

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
wear
Posts: 1
Joined: Sun Sep 20, 2020 5:51 pm

Reduce space between sections (developer cv)

Post by wear »

I'm working on my CV and I stumbled upon nice template, I started to update the document with my details, but I have a problem, my jobs descriptions are longer than the initial template text, so I need to reduce the space between the sections and reduce the space between the title and the the rest of the doc so everything will fit in nicely in one page.

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!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Reduce space between sections (developer cv)

Post by kaiserkarl13 »

Does it work to simply change \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.
Post Reply