1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Sergio Durigan Junior 5af64d7584
Only colour the first letter of the word
Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
2024-03-17 21:52:41 -04:00
Sergio Durigan Junior 09651844e2
Change line spacing on various sections
Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
2024-03-17 21:52:27 -04:00
1 changed files with 6 additions and 4 deletions

View File

@ -102,6 +102,8 @@
% Not required anymore but left in place for backward compatability.
\newcommand*{\fontdir}[1][fonts/]{\def\@fontdir{#1}}
\renewcommand{\baselinestretch}{1.2}
%-------------------------------------------------------------------------------
% Configuration for layout
%-------------------------------------------------------------------------------
@ -157,8 +159,8 @@
\setbool{acvSectionColorHighlight}{true}
% Awesome section color
\def\@sectioncolor#1#2#3{%
\ifbool{acvSectionColorHighlight}{{\color{awesome}#1#2#3}}{#1#2#3}%
\def\@sectioncolor#1{%
\ifbool{acvSectionColorHighlight}{{\color{awesome}#1}}{#1}%
}
@ -424,7 +426,7 @@
\newcommand{\acvHeaderAfterQuoteSkip}{5mm}
% Others
\newcommand{\acvSectionTopSkip}{3mm}
\newcommand{\acvSectionTopSkip}{7mm}
\newcommand{\acvSectionContentTopSkip}{2.5mm}
@ -674,7 +676,7 @@
% Define an entry of cv information
% Usage: \cventry{<position>}{<title>}{<location>}{<date>}{<description>}
\newcommand*{\cventry}[5]{%
\vspace{-2.0mm}
\vspace{1.0mm}
\setlength\tabcolsep{0pt}
\setlength{\extrarowheight}{0pt}
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} L{\textwidth - 4.5cm} R{4.5cm}}