From 9449d241d3ab02edfbc9d2b9a5f3e1b36c320209 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 6 Dec 2024 09:20:46 +0800 Subject: resume: Update sample use of "\photo" command --- resume-en.tex | 9 +++++++-- 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} }{}} % \tagline{} -% Supported shapes: circular (default), square -% \photo[]{}{} +% Show a photo beside the profile. +% \photo[ +% shape=, % default is circular +% position=, % default is left +% ]{}{} +% 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} }{}} % \tagline{} -% Supported shapes: circular (default), square -% \photo[]{}{} +% \photo[ +% shape=, % default is circular +% position=, % default is left +% ]{}{} +% Example: +% \photo[shape=square]{5.5em}{photo} \profile{ \mobile{132-6262-0332} -- cgit v1.2.2