diff options
author | Aaron LI <aly@aaronly.me> | 2023-11-18 20:19:11 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2023-11-18 20:19:11 +0800 |
commit | bbe76a76ea5896920788a85ef30c0a88c69febe4 (patch) | |
tree | 3c1940212880233497240240da39284827148ab7 | |
parent | 9b38bc35b590bfbccffc10de0b910165984e6537 (diff) | |
download | resume-bbe76a76ea5896920788a85ef30c0a88c69febe4.tar.bz2 |
resume: Update sample usages on '\photo' command
-rw-r--r-- | resume-en.tex | 3 | ||||
-rw-r--r-- | resume-zh.tex | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/resume-en.tex b/resume-en.tex index 6597dea..5685aa8 100644 --- a/resume-en.tex +++ b/resume-en.tex @@ -49,7 +49,8 @@ % \tagline{\icon{\faBinoculars}} <position-to-look-for>} % \tagline{<current-position>} -% \photo{<height>}{<filename>} +% Supported shapes: circle (default), square +% \photo[<shape>]{<width>}{<filename>} \profile{ \mobile{132-6262-0332} diff --git a/resume-zh.tex b/resume-zh.tex index 7fcad49..95dd000 100644 --- a/resume-zh.tex +++ b/resume-zh.tex @@ -26,7 +26,8 @@ % \tagline{\icon{\faBinoculars}} <position-to-look-for>} % \tagline{<current-position>} -% \photo{<height>}{<filename>} +% Supported shapes: circle (default), square +% \photo[<shape>]{<width>}{<filename>} \profile{ \mobile{132-6262-0332} |