mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
fix missing characters for fancy style
This commit is contained in:
parent
85a0342e79
commit
7ea50184fc
1 changed files with 5 additions and 5 deletions
|
|
@ -93,17 +93,17 @@
|
||||||
% name and optional title
|
% name and optional title
|
||||||
\newlength{\makecvheadpictureboxskip}%
|
\newlength{\makecvheadpictureboxskip}%
|
||||||
\setlength{\makecvheadpictureboxskip}{\totalheightof{\usebox{\makecvheadpicturebox}}}%
|
\setlength{\makecvheadpictureboxskip}{\totalheightof{\usebox{\makecvheadpicturebox}}}%
|
||||||
\firstnamestyle{\@firstname}~\lastnmestyle{\@lastname}%
|
\firstnamestyle{\@firstname}~\lastnamestyle{\@lastname}%
|
||||||
\ifthenelse{\equal{\@title}{}}{
|
\ifthenelse{\equal{\@title}{}}{
|
||||||
\ifthenelse{\isundefined{\@quote}}%
|
\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
|
% 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
|
\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
|
% underlying command to implement \makecvtitle, identical to \@cvitem from moderncvbodyv
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue