aboutsummaryrefslogtreecommitdiffstats
path: root/resume.cls
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2024-12-05 08:56:49 +0800
committerAaron LI <aly@aaronly.me>2024-12-05 08:56:49 +0800
commit586d9250a916568567012f6ebc06e46b258fbd3b (patch)
tree59b76f3535ba0c935954dcc50425bd4b3954e5e2 /resume.cls
parentddee28d21260bafee2ca9e776fb63ef07f1da5b8 (diff)
downloadresume-586d9250a916568567012f6ebc06e46b258fbd3b.tar.bz2
class: Enlarge the icon size by default
Diffstat (limited to 'resume.cls')
-rw-r--r--resume.cls6
1 files changed, 4 insertions, 2 deletions
diff --git a/resume.cls b/resume.cls
index 6e60e9d..045ad1b 100644
--- a/resume.cls
+++ b/resume.cls
@@ -12,7 +12,7 @@
%% https://www.latextemplates.com/template/plasmati-graduate-cv
%%
-\ProvidesClass{resume}[2024/03/13 v2.5.3 Resume Class]
+\ProvidesClass{resume}[2024/12/05 v2.5.4 Resume Class]
\LoadClass{article}
%%
@@ -184,7 +184,9 @@
\newcommand*{\link}[2]{\textcolor{linkcolor}{\href{#1}{#2}}}
-\def\@iconsize{\normalsize}
+% Enlarge the icon size.
+% Use "\iconsize{\normalsize}" to make icon the same size as text.
+\def\@iconsize{\Large}
\newcommand*{\iconsize}[1]{\def\@iconsize{#1}}
\newcommand*{\icon}[1]{%