From f182ddaf15981b4de305bfdeb51f31fea5a0b4e2 Mon Sep 17 00:00:00 2001 From: Eduard Itrich Date: Sun, 19 May 2019 21:28:30 +0200 Subject: Added optional argument [] to \photo to either draw the photo circular or square --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index f9b1788..07364c5 100755 --- a/README.md +++ b/README.md @@ -65,7 +65,8 @@ Outside of the `\socialinfo` wrapper you have to define the mandatory parameters \name{Christophe}{ROGER} % Define author's photo (optional) -% Usage \photo{}{} +% Usage: \photo[]{}{} +% The shape of the author's photo is circular by default. \photo{2.5cm}{darwiin} % Define author's tagline -- cgit v1.2.1 From 80da6bc4b66275933d7e85d55ecd0d75455adb54 Mon Sep 17 00:00:00 2001 From: Eduard Itrich Date: Mon, 20 May 2019 12:33:10 +0200 Subject: Added 'roundedsquare' and 'squircle' to the list of photo shapes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 07364c5..0fdefdf 100755 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Outside of the `\socialinfo` wrapper you have to define the mandatory parameters \name{Christophe}{ROGER} % Define author's photo (optional) -% Usage: \photo[]{}{} +% Usage: \photo[]{}{} % The shape of the author's photo is circular by default. \photo{2.5cm}{darwiin} -- cgit v1.2.1