From 7ea50184fc2e6acc76de781a0c8fcf8f67cd7c28 Mon Sep 17 00:00:00 2001 From: LLdaniel Date: Sat, 4 May 2024 13:28:17 +0200 Subject: [PATCH] fix missing characters for fancy style --- moderncvheadv.sty | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/moderncvheadv.sty b/moderncvheadv.sty index fe0238d..8e75dca 100644 --- a/moderncvheadv.sty +++ b/moderncvheadv.sty @@ -93,17 +93,17 @@ % name and optional title \newlength{\makecvheadpictureboxskip}% \setlength{\makecvheadpictureboxskip}{\totalheightof{\usebox{\makecvheadpicturebox}}}% - \firstnamestyle{\@firstname}~\lastnmestyle{\@lastname}% + \firstnamestyle{\@firstname}~\lastnamestyle{\@lastname}% \ifthenelse{\equal{\@title}{}}{ \ifthenelse{\isundefined{\@quote}}% {}% - {\\[1.25em]\begin{minipage}{\qutewidth}\quotestyle{\@quote}\end{minipage}\\[2.5em]} + {\\[1.25em]\begin{minipage}{\quotewidth}\quotestyle{\@quote}\end{minipage}\\[2.5em]} }{ - \\[1.25em]\titlestyle{\@title}\\[2.em]% + \\[1.25em]\titlestyle{\@title}\\[2.5em]% % optional quote - \ifthenelse{\isundefined{\@quote}% + \ifthenelse{\isundefined{\@quote}}% {}% - {\begin{minipage}{\quotewidth}\uotestyle{\@quote}\end{minipage}\\[2.5em]}}}% + {\begin{minipage}{\quotewidth}\quotestyle{\@quote}\end{minipage}\\[2.5em]}}}% \par}% to avoid weird spacing bug at the first section if no blank line is left after \makecvhead % underlying command to implement \makecvtitle, identical to \@cvitem from moderncvbodyv