I really like this template, except for the sideblock. What I would like to do is remove the sideblock and move the rest to the left to fill up the newly free space. I've tried to edit a few things in the cls-file, but to no avail as I'm still a LaTeX newbie. Could someone give me a pointer in the right direction?
g0tanks
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?
Last edited by templateuser on Sat Mar 14, 2015 6:42 am, edited 1 time in total.
How to remove the sideblock and move the rest to the left?
Hey,
Go into
change
Then, find the line:
and change the
Cheers,
Vel
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
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: How to remove the sideblock and move the rest to the lef
Would there be any way to do this only on a second page or for specific sections? I'm doing a two-page resume and would like the sections on the second page to be left-alligned as I have nothing in the aside on the second page.
Any help would be very appreciated.
aschend92
Any help would be very appreciated.
aschend92
How to remove the sideblock and move the rest to the left?
Hey,
Just add
Cheers,
Vel
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
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com