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
- Attachments
-
- cv_14.jpg (307.11 KiB) Viewed 31835 times
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
Awesome Resume/CV: how to change font size and shaping between section
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: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
Awesome Resume/CV: how to change font size and shaping between section
Stefan
Awesome Resume/CV: how to change font size and shaping between section
- Attachments
-
- cover_letter.pdf
- Please see attached file
- (39.51 KiB) Downloaded 593 times