aboutsummaryrefslogtreecommitdiffstats
path: root/resume.cls
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2023-02-03 18:12:02 +0800
committerAaron LI <aly@aaronly.me>2023-02-03 18:14:16 +0800
commit7549fabc4b01d193933577eac99064954669f821 (patch)
treeb3e39d272a3d8cecfd5bd440a0557664ceabc1dd /resume.cls
parent40e23ef549bf83c38a297d29ccddc11a31d46334 (diff)
downloadresume-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.cls6
1 files changed, 3 insertions, 3 deletions
diff --git a/resume.cls b/resume.cls
index 4c08ff9..67b3bbd 100644
--- a/resume.cls
+++ b/resume.cls
@@ -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 \\
}