diff options
Diffstat (limited to 'awesome-source-cv.cls')
-rwxr-xr-x | awesome-source-cv.cls | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/awesome-source-cv.cls b/awesome-source-cv.cls index a24624e..4a3a913 100755 --- a/awesome-source-cv.cls +++ b/awesome-source-cv.cls @@ -78,6 +78,7 @@ \defaultfontfeatures{Mapping=tex-text} % +% Define font to use according to localFont option \ifthenelse{\isundefined{\@local}} { %\setmainfont[BoldFont = Helvetica Neue, ItalicFont=Helvetica Neue Thin Italic ,SmallCapsFont = Helvetica Neue Light]{Helvetica Neue Thin} @@ -101,7 +102,7 @@ \newlength{\leftcolumn} \setlength{\leftcolumn}{2.5cm} -% Macros +% Font Awesome icons aliases \newcommand{\mailSymbol}{\faAt} \newcommand{\locationSymbol}{\faMapMarker} \newcommand{\infoSymbol}{\faInfo} @@ -186,7 +187,7 @@ \resumetitle{\@tagline} } -%Resume part title definition +% Resume part title definition \newcommand\sectionTitle[2]{\section{\texorpdfstring{\accentColor#2\enspace #1}{#1}}} % Define the 'experiences' environment @@ -195,6 +196,7 @@ }{% \end{longtable} } + % Render an experience in the experiences environment % Usage: % {<End date>} {<Title>}{<Enterprise>}{<Country>} |