Curricula Vitae / Résumés ⇒ Removing space
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Removing space
I am trying to remove just a tad of whitespace between the section titles and the entries beneath them and also remove some space between the end of one section entrylist and the next section heading. Can't figure out what to change in the .cls to modify this. Any help would be appreciated.
aschend92
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
Removing space
In order to change/remove white space around the section titles, go into
friggeri-cv.cls
and find the line: "\renewcommand{\section}[1]{
". Within this block there are two "\vspace{\parskip}
", the first one for space before the section name and the second for after. Simply modify them or remove them as suits!Cheers,
Vel