diff options
author | Aaron LI <aly@aaronly.me> | 2024-12-05 13:56:25 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2024-12-05 13:56:25 +0800 |
commit | 8a630d73034942c99ee057efb474baadcc7d6af1 (patch) | |
tree | b504e0f2a72c790f11f2ad619760cf766f46c6ae /resume.cls | |
parent | 2325395582f031fb0d1dd589fcf9e9ff9f0a13bd (diff) | |
download | resume-8a630d73034942c99ee057efb474baadcc7d6af1.tar.bz2 |
class: Suppress blank space below the photo
Diffstat (limited to 'resume.cls')
-rw-r--r-- | resume.cls | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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} } } |