posquit0 / Awesome-CV

:page_facing_up: Awesome CV is LaTeX template for your outstanding job application
LaTeX Project Public License v1.3c
22.81k stars 4.75k forks source link

How to change the margin of cvitems? #84

Open MFYALE opened 7 years ago

MFYALE commented 7 years ago

To begin with, thank you very much for this beautiful template.

I'm trying to reduce the left&margin by replacing the following command in awesome-cv.cls: \geometry{left=2cm, top=1.5cm, right=2cm, bottom=2.0cm, footskip=.5cm} by \geometry{left=1.27cm, top=1.5cm, right=1.27cm, bottom=2.0cm, footskip=.5cm}

However, the cv items then become unaligned on the right hand side. How could I change the margin of cv items to make them aligned with the whole environment?

Best, Meng

johannesbottcher commented 7 years ago

The length of the entries is currently hard coded. That needs to be fixed.

MFYALE commented 7 years ago

Thanks for the reply.

yahsiuhsieh commented 3 years ago

You can change the page margin in the resume.tex file:

% Configure page margins with geometry \geometry{left=1.4cm, top=0.8cm, right=1.4cm, bottom=.8cm, footskip=.5cm}

dsrodriguezl commented 2 weeks ago

You can change the page margin in the resume.tex file:

% Configure page margins with geometry \geometry{left=1.4cm, top=0.8cm, right=1.4cm, bottom=.8cm, footskip=.5cm}

There is no resume.tex file by default. So, I downloaded it form the github repository here and added it to the folder, but changing this line also has no effect. It does not seem like the CSL file refers to the resume.tex nor cv.tex file (I also tried with that one).

How can I modify the margins?