From 124adf5017112c9bfc775595213ebbd11bc11f9b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luk=C3=A1=C5=A1=20Ji=C5=99i=C5=A1t=C4=9B?= Date: Sun, 14 Sep 2025 13:12:12 +0200 Subject: [PATCH] Add spacing after portrait Else the name of the first section is inside the portrait. --- resume.cls | 1 + 1 file changed, 1 insertion(+) diff --git a/resume.cls b/resume.cls index 1839629..0cc9835 100644 --- a/resume.cls +++ b/resume.cls @@ -129,6 +129,7 @@ \@ifundefined{@addressone}{}{\printaddress{\@addressone}} % Output the first address if specified \@ifundefined{@addresstwo}{}{\printaddress{\@addresstwo}} % Output the second address if specified \@ifundefined{@addressthree}{}{\printaddress{\@addressthree}} % Output the third address if specified + \@ifundefined{@portrait}{}{\bigskip\bigskip} } %---------------------------------------------------------------------------------------- -- 2.30.2