Skip to content

Commit

Permalink
replace latex symbol by fontawesome
Browse files Browse the repository at this point in the history
  • Loading branch information
billryan committed Dec 11, 2015
1 parent c72258e commit aaf70b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions resume.cls
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
\setlength{\parindent}{0pt}
% some general improvements, defines the XeTeX logo
\RequirePackage{xltxtra}
% use latex symbol - Mobilefone, Email, ComputerMouse
\RequirePackage{marvosym}
% use fontawesome
\RequirePackage{fontawesome}

Expand Down Expand Up @@ -57,7 +55,7 @@
\vspace{1.25ex}
}
\newcommand{\contactInfo}[3]{
\centerline{\large{\Email\ {#1} \textperiodcentered \Mobilefone\ {#2} \textperiodcentered \ComputerMouse\ {#3}}}
\centerline{\large{\faEnvelope\ {#1} \textperiodcentered \faPhone\ {#2} \textperiodcentered \faLink\ {#3}}}
\vspace{1.5ex}
}
\newcommand{\basicContactInfo}[3]{
Expand Down

0 comments on commit aaf70b5

Please sign in to comment.