From: Lukáš Jiřiště Date: Sun, 14 Sep 2025 11:12:12 +0000 (+0200) Subject: Add spacing after portrait X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=124adf5017112c9bfc775595213ebbd11bc11f9b;p=CV.git Add spacing after portrait Else the name of the first section is inside the portrait. --- 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} } %----------------------------------------------------------------------------------------