Skip to content

Commit

Permalink
Updated comment on style
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Roger committed Sep 30, 2016
1 parent 3273db2 commit 7b0aaf7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion awesome-source-cv.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -101,8 +102,12 @@
\newlength{\leftcolumn}
\setlength{\leftcolumn}{2.5cm}

<<<<<<< Updated upstream
% Macros

=======
% Font Awesome icons aliases
>>>>>>> Stashed changes
\newcommand{\mailSymbol}{\faAt}
\newcommand{\locationSymbol}{\faMapMarker}
\newcommand{\infoSymbol}{\faInfo}
Expand Down Expand Up @@ -187,7 +192,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
Expand All @@ -196,6 +201,7 @@
}{%
\end{longtable}
}

% Render an experience in the experiences environment
% Usage:
% {<End date>} {<Title>}{<Enterprise>}{<Country>}
Expand Down

0 comments on commit 7b0aaf7

Please sign in to comment.