diff options
author | Aaron LI <aly@aaronly.me> | 2024-12-05 08:57:45 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2024-12-05 08:57:45 +0800 |
commit | e05eb1dce6e05622819f0fa38488dfbf18095b92 (patch) | |
tree | c493f875938a82d8effd83091fe32c91212486bb | |
parent | 586d9250a916568567012f6ebc06e46b258fbd3b (diff) | |
download | resume-e05eb1dce6e05622819f0fa38488dfbf18095b92.tar.bz2 |
resume: No need to change the icon size
-rw-r--r-- | resume-en.tex | 3 | ||||
-rw-r--r-- | resume-zh.tex | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/resume-en.tex b/resume-en.tex index 3e9473a..f2ff0bc 100644 --- a/resume-en.tex +++ b/resume-en.tex @@ -31,9 +31,6 @@ % English version \documentclass{resume} -% Adjust icon size (default: same size as the text) -\iconsize{\Large} - % File information shown at the footer of the last page \fileinfo{% \faCopyright{} 2018--2020, Weitian LI \hspace{0.5em} diff --git a/resume-zh.tex b/resume-zh.tex index 163d308..24dbe51 100644 --- a/resume-zh.tex +++ b/resume-zh.tex @@ -8,9 +8,6 @@ % Chinese version \documentclass[zh]{resume} -% Adjust icon size (default: same size as the text) -\iconsize{\Large} - % File information shown at the footer of the last page \fileinfo{% \faCopyright{} 2018--2020, Weitian LI \hspace{0.5em} |