diff options
author | Christophe Roger <darwiinc@live.fr> | 2016-10-08 10:05:17 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2016-10-08 10:05:17 +1100 |
commit | 49af595d5a33c113b0551b80f2bba4a96ba8c705 (patch) | |
tree | d8e60574f203e1fa93732a50ccd14a76d508f692 /awesome-source-cv.cls | |
parent | 8e29062610444f27e5612d7154e8484229a679bb (diff) | |
parent | 4893890c10f8ff06e1044ea721725114d3211ac0 (diff) | |
download | cv-49af595d5a33c113b0551b80f2bba4a96ba8c705.tar.gz cv-49af595d5a33c113b0551b80f2bba4a96ba8c705.tar.bz2 cv-49af595d5a33c113b0551b80f2bba4a96ba8c705.tar.xz cv-49af595d5a33c113b0551b80f2bba4a96ba8c705.zip |
Merge branch 'master' into local-github
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>} |