Curricula Vitae / RésumésAwesome Resume/CV: how to change font size and shaping between section

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
niceast
Posts: 2
Joined: Thu Nov 02, 2017 10:53 pm

Awesome Resume/CV: how to change font size and shaping between section

Post by niceast »

How do i modify the spacing between sections and the font size to a large size?
Attachments
cv_14.jpg
cv_14.jpg (307.11 KiB) Viewed 30449 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
niceast
Posts: 2
Joined: Thu Nov 02, 2017 10:53 pm

Awesome Resume/CV: how to change font size and shaping between section

Post by niceast »

figured out 90% font and spacing

modifications are made in awesome-cv.cls

search "/vspace"
modified the
example:
old: \vspace{-2mm}
new: \vspace{-3mm}

font was in lines 180 - 200
old:
% For elements of entry
\newcommand*{\entrytitlestyle}[1]{{\fontsize{14pt}{1em}\bodyfont\bfseries\color{darktext} #1}}
\newcommand*{\entrypositionstyle}[1]{{\fontsize{10pt}{1em}\bodyfont\scshape\color{graytext} #1}}
\newcommand*{\entrydatestyle}[1]{{\fontsize{8pt}{1em}\bodyfontlight\slshape\color{graytext} #1}}
\newcommand*{\entrylocationstyle}[1]{{\fontsize{7.8pt}{1em}\bodyfontlight\slshape\color{awesome} #1}}
\newcommand*{\descriptionstyle}[1]{{\fontsize{6pt}{1em}\bodyfontlight\upshape\color{text} #1}}

new:

Code: Select all

% For elements of entry
\newcommand*{\entrytitlestyle}[1]{{\fontsize{10pt}{1em}\bodyfont\bfseries\color{darktext} #1}}
\newcommand*{\entrypositionstyle}[1]{{\fontsize{12pt}{1em}\bodyfont\scshape\color{graytext} #1}}
\newcommand*{\entrydatestyle}[1]{{\fontsize{12pt}{1em}\bodyfontlight\slshape\color{graytext} #1}}
\newcommand*{\entrylocationstyle}[1]{{\fontsize{12pt}{1em}\bodyfontlight\slshape\color{awesome} #1}}
\newcommand*{\descriptionstyle}[1]{{\fontsize{12pt}{1em}\bodyfontlight\upshape\color{text} #1}}
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Awesome Resume/CV: how to change font size and shaping between section

Post by Stefan Kottwitz »

Thank you for telling us the solution you found!

Stefan
LaTeX.org admin
tajammal
Posts: 2
Joined: Sat Mar 09, 2019 9:33 am

Awesome Resume/CV: how to change font size and shaping between section

Post by tajammal »

Please see attached file. Its showing some bugs on the top of page. Can someone help to remove this?
Attachments
cover_letter.pdf
Please see attached file
(39.51 KiB) Downloaded 560 times
Post Reply