Curricula Vitae / Résumés ⇒ How to remove the sideblock and move the rest to the left?
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
How to remove the sideblock and move the rest to the left?
g0tanks
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
How to remove the sideblock and move the rest to the left?
Go into
friggeri-cv.cls
and find the following line:\RequirePackage[left=6.1cm,top=2cm,right=1.5cm,bottom=2.5cm,nohead,nofoot]{geometry}
change
left=6.1cm
to something smaller, like 2.1cm
. This will change how far right the headings and dates are.Then, find the line:
#1&\parbox[t]{11.8cm}{%
and change the
11.8cm
to something larger like 15.8cm
. This will change where the rest of the text in the entrylist
's is positioned in relation to the headings.Cheers,
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: How to remove the sideblock and move the rest to the lef
Any help would be very appreciated.
aschend92
How to remove the sideblock and move the rest to the left?
Just add
\newgeometry{left=2cm}
where the second page begins to reduce the left margin which will get rid of the space taken up by the sidebar before.Cheers,
Vel