aboutsummaryrefslogtreecommitdiffstats
path: root/resume.cls
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-08-26 10:30:15 +0800
committerAaron LI <aly@aaronly.me>2018-08-26 10:30:15 +0800
commit3de3844df1f641fe33c2a2541e957b5518f4aa25 (patch)
treef353d3d36c0bd0ef368bf21cebe4c8541c8d2a92 /resume.cls
parentbb29bbdbefce50007c5927f0aaf17f299fd0b00d (diff)
downloadresume-3de3844df1f641fe33c2a2541e957b5518f4aa25.tar.bz2
class: minor style updates
* Use default 'solid' style of Font Awesome * Change email icon * Add 'ulem' package to support underline (\uline)
Diffstat (limited to 'resume.cls')
-rw-r--r--resume.cls5
1 files changed, 3 insertions, 2 deletions
diff --git a/resume.cls b/resume.cls
index d3f249f..b610a69 100644
--- a/resume.cls
+++ b/resume.cls
@@ -35,7 +35,7 @@
\RequirePackage{xparse}
\RequirePackage{etoolbox}
\RequirePackage{fontspec}
-\RequirePackage[regular]{fontawesome5}
+\RequirePackage{fontawesome5}
\RequirePackage{parskip} % auto adjust parskip and items skip
\RequirePackage{titlesec}
\RequirePackage{enumitem}
@@ -48,6 +48,7 @@
\RequirePackage{tikz}
\RequirePackage[skins]{tcolorbox} % required by tikz to make the header
\RequirePackage{csquotes}
+\RequirePackage[normalem]{ulem}
\RequirePackage{microtype}
\ifdef{\@zh}{
\RequirePackage{xeCJK}
@@ -106,7 +107,7 @@
\newcommand*{\githubSymbol}{\faGithub}
\newcommand*{\homeSymbol}{\faHome}
\newcommand*{\infoSymbol}{\faInfoCircle}
-\newcommand*{\mailSymbol}{\faEnvelope}
+\newcommand*{\mailSymbol}{\faAt}
\newcommand*{\mobileSymbol}{\faPhone} % \faMobilePhone is too narrow
\newcommand*{\linkedinSymbol}{\faLinkedin}
\newcommand*{\locationSymbol}{\faMapMarkerAlt}