mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Fix underfull \hbox warning in classic style
This commit is contained in:
parent
876d7884f2
commit
ce0e4deff0
2 changed files with 14 additions and 9 deletions
|
|
@ -137,11 +137,17 @@
|
||||||
\rlap{\usebox{\makecvheaddetailsbox}}% \llap is used to suppress the width of the box, allowing overlap if the value of makecvheadnamewidth is forced
|
\rlap{\usebox{\makecvheaddetailsbox}}% \llap is used to suppress the width of the box, allowing overlap if the value of makecvheadnamewidth is forced
|
||||||
\hfill%
|
\hfill%
|
||||||
\usebox{\makecvheadnamebox}\fi%
|
\usebox{\makecvheadnamebox}\fi%
|
||||||
\\[2.5em]%
|
|
||||||
% optional quote
|
% optional quote
|
||||||
\ifthenelse{\isundefined{\@quote}}%
|
\ifthenelse{\isundefined{\@quote}}%
|
||||||
{}%
|
{\vspace{2.5em}}%
|
||||||
{{\centering\begin{minipage}{\quotewidth}\centering\quotestyle{\@quote}\end{minipage}\\[2.5em]}}%
|
{%
|
||||||
|
\\[2.5em]%
|
||||||
|
{%
|
||||||
|
\centering%
|
||||||
|
\begin{minipage}{\quotewidth}%
|
||||||
|
\centering%
|
||||||
|
\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
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -279,4 +279,3 @@ Albert Einstein discovered that $e=mc^2$ in 1905.
|
||||||
|
|
||||||
|
|
||||||
%% end of file `template.tex'.
|
%% end of file `template.tex'.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue