mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Fix underfull \hbox warning in casual style
This commit is contained in:
parent
ce0e4deff0
commit
35850429f0
1 changed files with 7 additions and 4 deletions
|
|
@ -158,15 +158,18 @@
|
||||||
\titlestyle{\MakeLowercase\@title}%
|
\titlestyle{\MakeLowercase\@title}%
|
||||||
\else%
|
\else%
|
||||||
\titlestyle{\@title}\fi%
|
\titlestyle{\@title}\fi%
|
||||||
}\\[2.5em]%
|
}
|
||||||
% optional quote
|
% optional quote
|
||||||
\ifthenelse{\isundefined{\@quote}}%
|
\ifthenelse{\isundefined{\@quote}}%
|
||||||
{}%
|
{\vspace{2.5em}}%
|
||||||
{{\null\hfill%
|
{%
|
||||||
|
\\[2.5em]%
|
||||||
|
{%
|
||||||
|
\centering%
|
||||||
\begin{minipage}{\quotewidth}%
|
\begin{minipage}{\quotewidth}%
|
||||||
\centering%
|
\centering%
|
||||||
\quotestyle{\@quote}%
|
\quotestyle{\@quote}%
|
||||||
\end{minipage}\hfill\null\\[2.5em]}}%
|
\end{minipage}\\[2.5em]}}%
|
||||||
\par}% to avoid weird spacing bug at the first section if no blank line is left after \maketitle
|
\par}% to avoid weird spacing bug at the first section if no blank line is left after \maketitle
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue