From 05e47e53316de5d59e8ec632dc104b5790c8aa9b Mon Sep 17 00:00:00 2001 From: Christophe ROGER Date: Wed, 17 Oct 2018 20:24:32 +1100 Subject: Revert "Header icons aligned" This reverts commit b22b437093cbcda52f92a743d667cdd3685cc6e1. --- yaac-another-awesome-cv.cls | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/yaac-another-awesome-cv.cls b/yaac-another-awesome-cv.cls index 0bf2eaf..4b75448 100755 --- a/yaac-another-awesome-cv.cls +++ b/yaac-another-awesome-cv.cls @@ -73,7 +73,6 @@ \RequirePackage{tikz} \RequirePackage[skins]{tcolorbox} \RequirePackage{fancyhdr} -\RequirePackage{xparse} \DeclareUnicodeCharacter{00E9}{\'{e}} @@ -166,21 +165,16 @@ \newlength{\leftcolumn} \setlength{\leftcolumn}{2.5cm} -% Font Awesome icons box -\NewDocumentCommand\faIconBox{m s O{solid}}{ - \makebox[1.5em][c]{\IfBooleanTF{#2}{\csname fa#1\endcsname*}{\csname fa#1\endcsname}[#3]} -} - % Font Awesome icons aliases -\newcommand{\mailSymbol}{\faIconBox{At}} -\newcommand{\locationSymbol}{\faIconBox{MapMarker}*} -\newcommand{\infoSymbol}{\faIconBox{Info}} -\newcommand{\linkedinSymbol}{\faIconBox{LinkedinIn}} -\newcommand{\viadeoSymbol}{\faIconBox{Viadeo}} -\newcommand{\mobileSymbol}{\faIconBox{Mobile}*} -\newcommand{\githubSymbol}{\faIconBox{Github}} -\newcommand{\mediumSymbol}{\faIconBox{Medium}} -\newcommand{\bitbucketSymbol}{\faIconBox{Bitbucket}} +\newcommand{\mailSymbol}{\faAt} +\newcommand{\locationSymbol}{\faMapMarker*} +\newcommand{\infoSymbol}{\faInfo} +\newcommand{\linkedinSymbol}{\faLinkedinIn} +\newcommand{\viadeoSymbol}{\faViadeo} +\newcommand{\mobileSymbol}{\faMobile*} +\newcommand{\githubSymbol}{\faGithub} +\newcommand{\mediumSymbol}{\faMedium} +\newcommand{\bitbucketSymbol}{\faBitbucket} \newcommand\link[2]{\color{linkcolor}\href{#1}{#2}\color{Black} } \newcommand\important[1]{\textbf #1} -- cgit v1.2.1