diff options
author | Aaron LI <aly@aaronly.me> | 2024-12-05 08:56:49 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2024-12-05 08:56:49 +0800 |
commit | 586d9250a916568567012f6ebc06e46b258fbd3b (patch) | |
tree | 59b76f3535ba0c935954dcc50425bd4b3954e5e2 /resume.cls | |
parent | ddee28d21260bafee2ca9e776fb63ef07f1da5b8 (diff) | |
download | resume-586d9250a916568567012f6ebc06e46b258fbd3b.tar.bz2 |
class: Enlarge the icon size by default
Diffstat (limited to 'resume.cls')
-rw-r--r-- | resume.cls | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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]{% |