diff options
author | Aaron LI <aly@aaronly.me> | 2023-02-03 18:12:02 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2023-02-03 18:14:16 +0800 |
commit | 7549fabc4b01d193933577eac99064954669f821 (patch) | |
tree | b3e39d272a3d8cecfd5bd440a0557664ceabc1dd /resume.cls | |
parent | 40e23ef549bf83c38a297d29ccddc11a31d46334 (diff) | |
download | resume-7549fabc4b01d193933577eac99064954669f821.tar.bz2 |
class: Update to use 'fontawesome5' package from CTAN
The CTAN fontawesome5 package (https://www.ctan.org/pkg/fontawesome5) is
better maintained and has more advanced features. Update to use it
instead of the custom one.
Diffstat (limited to 'resume.cls')
-rw-r--r-- | resume.cls | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -12,7 +12,7 @@ %% https://www.latextemplates.com/template/plasmati-graduate-cv %% -\ProvidesClass{resume}[2020/06/21 v2.4.9 Resume Class] +\ProvidesClass{resume}[2023/02/03 v2.5.0 Resume Class] \LoadClass{article} %% @@ -110,7 +110,7 @@ \newcommand*{\mailSymbol}{\faAt} \newcommand*{\mobileSymbol}{\faPhone} % \faMobilePhone is too narrow \newcommand*{\linkedinSymbol}{\faLinkedin} -\newcommand*{\locationSymbol}{\faMapMarkerAlt} +\newcommand*{\locationSymbol}{\faMapMarker*} \newcommand*{\phoneSymbol}{\faPhone} \newcommand*{\universitySymbol}{\faUniversity} @@ -507,7 +507,7 @@ \textbf{#1} & \foreach \x in {1,...,5}{% \color{accentcolor!80}{% - \ifnumgreater{\x}{#2}{\faCircleNotched}{\faCircle} + \ifnumgreater{\x}{#2}{\faCircleNotch}{\faCircle} } } \enspace \\ } |