Compare commits

..

No commits in common. "5af64d75840518f6dc216eaded31780b1268c68d" and "5f489cf6251cbe538f56502adeb2e4e98be91ae4" have entirely different histories.

View file

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