Curricula Vitae / Résumés ⇒ Awesome Resume/CV: how to change font size and shaping between section
Awesome Resume/CV: how to change font size and shaping between section
How do i modify the spacing between sections and the font size to a large size?
- Attachments
-
- cv_14.jpg (307.11 KiB) Viewed 30449 times
Awesome Resume/CV: how to change font size and shaping between section
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:
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}}
- 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
Thank you for telling us the solution you found!
Stefan
Stefan
LaTeX.org admin
Awesome Resume/CV: how to change font size and shaping between section
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