From 8a630d73034942c99ee057efb474baadcc7d6af1 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 5 Dec 2024 13:56:25 +0800 Subject: class: Suppress blank space below the photo --- resume.cls | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resume.cls b/resume.cls index bd3a53f..6151cdb 100644 --- a/resume.cls +++ b/resume.cls @@ -274,12 +274,12 @@ \begin{minipage}{#2} \ifthenelse{\equal{#1}{square}}{% \tikz\path[fill overzoom image={#3}] - rectangle (\linewidth, \linewidth); + rectangle (\linewidth, \linewidth);% }{% \tikz\path[fill overzoom image={#3}] - circle[radius=0.5\linewidth]; - } - \end{minipage}% + circle[radius=0.5\linewidth];% + }% + \end{minipage} } } -- cgit v1.2.2