aboutsummaryrefslogtreecommitdiffstats
path: root/resume.cls
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2024-12-05 13:56:25 +0800
committerAaron LI <aly@aaronly.me>2024-12-05 13:56:25 +0800
commit8a630d73034942c99ee057efb474baadcc7d6af1 (patch)
treeb504e0f2a72c790f11f2ad619760cf766f46c6ae /resume.cls
parent2325395582f031fb0d1dd589fcf9e9ff9f0a13bd (diff)
downloadresume-8a630d73034942c99ee057efb474baadcc7d6af1.tar.bz2
class: Suppress blank space below the photo
Diffstat (limited to 'resume.cls')
-rw-r--r--resume.cls8
1 files 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}
}
}