From 7c7385ee4c393bce7bd7e296668ae73d95335bb2 Mon Sep 17 00:00:00 2001 From: Javier Lopez-Gomez Date: Fri, 21 Mar 2025 12:22:36 +0100 Subject: [PATCH] Fix minor horizontal spacing issue in 'contemporary' style header --- CHANGELOG | 1 + moderncvheadvii.sty | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 70666c6..903dc1a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,6 +11,7 @@ version next - Fix tikz icon color in contemporary style (#224) - Add contemporary CV header style to cover letter, which also makes icons visible (#186) +- Fix minor horizontal spacing issue in 'contemporary' style header version 2.4.1 (18 Jul 2024) - Fix commons/colors.tex not found in package (#194) diff --git a/moderncvheadvii.sty b/moderncvheadvii.sty index f1cc09a..714088b 100644 --- a/moderncvheadvii.sty +++ b/moderncvheadvii.sty @@ -157,9 +157,9 @@ \usebox{\makecvheadnamebox}% \hfill% \llap{\usebox{\makecvheaddetailsbox}}% \llap is used to suppress the width of the box, allowing overlap if the value of makecvheadnamewidth is forced - \usebox{\makecvheadqrbox}\fi% + \hspace{.5ex}\usebox{\makecvheadqrbox}\fi% \if@right% - \usebox{\makecvheadqrbox}% + \usebox{\makecvheadqrbox}\hspace{.5ex}% \rlap{\usebox{\makecvheaddetailsbox}}% \llap is used to suppress the width of the box, allowing overlap if the value of makecvheadnamewidth is forced \hfill% \usebox{\makecvheadnamebox}%