Skip to content

Commit

Permalink
Fix shape name from 'circle' to 'circular'
Browse files Browse the repository at this point in the history
  • Loading branch information
liweitianux committed Nov 23, 2023
1 parent bbe76a7 commit 8acae2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion resume-en.tex
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
% \tagline{\icon{\faBinoculars}} <position-to-look-for>}
% \tagline{<current-position>}

% Supported shapes: circle (default), square
% Supported shapes: circular (default), square
% \photo[<shape>]{<width>}{<filename>}

\profile{
Expand Down
2 changes: 1 addition & 1 deletion resume-zh.tex
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
% \tagline{\icon{\faBinoculars}} <position-to-look-for>}
% \tagline{<current-position>}

% Supported shapes: circle (default), square
% Supported shapes: circular (default), square
% \photo[<shape>]{<width>}{<filename>}

\profile{
Expand Down
4 changes: 2 additions & 2 deletions resume.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 8acae2f

Please sign in to comment.