From 586d9250a916568567012f6ebc06e46b258fbd3b Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 5 Dec 2024 08:56:49 +0800 Subject: class: Enlarge the icon size by default --- resume.cls | 6 ++++-- 1 file 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]{% -- cgit v1.2.2