diff options
author | Aaron LI <aly@aaronly.me> | 2023-11-23 13:20:37 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2023-11-23 13:20:37 +0800 |
commit | 8acae2f191313b209ac80fb1328110c9a14b96e0 (patch) | |
tree | df54cce7c68b78c59a6db16cabc4e274c9d2fcca /resume.cls | |
parent | bbe76a76ea5896920788a85ef30c0a88c69febe4 (diff) | |
download | resume-8acae2f191313b209ac80fb1328110c9a14b96e0.tar.bz2 |
Fix shape name from 'circle' to 'circular'
Diffstat (limited to 'resume.cls')
-rw-r--r-- | resume.cls | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -259,8 +259,8 @@ \newcommand*{\fileinfo}[1]{\def\@fileinfo{#1}} % Photo: \photo[<shape>]{<width>}{<filename>} -% Two shapes are supported: circle (default), square -\NewDocumentCommand{\photo}{O{circle}mm}{ +% Two shapes are supported: circular (default), square +\NewDocumentCommand{\photo}{O{circular}mm}{ \def\@photoshape{#1} \def\@photowidth{#2} \def\@photofile{#3} |