diff options
-rw-r--r-- | resume-en.tex | 9 | ||||
-rw-r--r-- | resume-zh.tex | 8 |
2 files changed, 13 insertions, 4 deletions
diff --git a/resume-en.tex b/resume-en.tex index 4f6f931..70d39c4 100644 --- a/resume-en.tex +++ b/resume-en.tex @@ -46,8 +46,13 @@ % \tagline{\texorpdfstring{\icon{\faBinoculars} }{}<position-to-look-for>} % \tagline{<current-position>} -% Supported shapes: circular (default), square -% \photo[<shape>]{<width>}{<filename>} +% Show a photo beside the profile. +% \photo[ +% shape=<circular|square>, % default is circular +% position=<left|right>, % default is left +% ]{<width>}{<filename>} +% Example: +% \photo[shape=square]{5em}{photo} \profile{ \mobile{132-6262-0332} diff --git a/resume-zh.tex b/resume-zh.tex index ecb568e..ee0a28a 100644 --- a/resume-zh.tex +++ b/resume-zh.tex @@ -23,8 +23,12 @@ % \tagline{\texorpdfstring{\icon{\faBinoculars} }{}<position-to-look-for>} % \tagline{<current-position>} -% Supported shapes: circular (default), square -% \photo[<shape>]{<width>}{<filename>} +% \photo[ +% shape=<circular|square>, % default is circular +% position=<left|right>, % default is left +% ]{<width>}{<filename>} +% Example: +% \photo[shape=square]{5.5em}{photo} \profile{ \mobile{132-6262-0332} |