Fix Underfull \hbox (badness 10000) warning in \makecvtitle (#162)

* Fix underfull \hbox warning in classic style

* Fix underfull \hbox warning in casual style

* Fix underfull \hbox warning in banking style

* Fix underfull \hbox warning in fancy style
This commit is contained in:
Tianyi Zheng 2023-06-04 03:22:34 -07:00 committed by GitHub
commit edc3e409cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 47 additions and 23 deletions

View file

@ -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

View file

@ -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

View file

@ -100,7 +100,7 @@
\collectionloop{socials}{% the key holds the social type (=symbol command prefix), the item holds the link \collectionloop{socials}{% the key holds the social type (=symbol command prefix), the item holds the link
\addtomakeheaddetails{\csname\collectionloopkey socialsymbol\endcsname\collectionloopitem}}% \addtomakeheaddetails{\csname\collectionloopkey socialsymbol\endcsname\collectionloopitem}}%
\ifthenelse{\isundefined{\@extrainfo}}{}{\addtomakeheaddetails{\@extrainfo}}% \ifthenelse{\isundefined{\@extrainfo}}{}{\addtomakeheaddetails{\@extrainfo}}%
\flushmakeheaddetails}\fi}\\[2.5em]}% need to force a \par after this to avoid weird spacing bug at the first section if no blank line is left after \makehead \flushmakeheaddetails}\fi}}% need to force a \par after this to avoid weird spacing bug at the first section if no blank line is left after \makehead
%------------------------------------------------------------------------------- %-------------------------------------------------------------------------------
@ -118,8 +118,15 @@
\makehead% \makehead%
% 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 \maketitle} \par}% to avoid weird spacing bug at the first section if no blank line is left after \maketitle}

View file

@ -96,13 +96,22 @@
\ifthenelse{\equal{\@title}{}}{ \ifthenelse{\equal{\@title}{}}{
\ifthenelse{\isundefined{\@quote}}% \ifthenelse{\isundefined{\@quote}}%
{}% {}%
{\\[1.25em]\begin{minipage}{\quotewidth}\quotestyle{\@quote}\end{minipage}\\[2.5em]} {%
}{ \\[1.25em]%
\\[1.25em]\titlestyle{\@title}\\[2.5em]% \begin{minipage}{\quotewidth}%
\quotestyle{\@quote}%
\end{minipage}}%
}{%
\\[1.25em]%
\titlestyle{\@title}
% optional quote % optional quote
\ifthenelse{\isundefined{\@quote}}% \ifthenelse{\isundefined{\@quote}}%
{}% {\vspace{2.5em}}%
{\begin{minipage}{\quotewidth}\quotestyle{\@quote}\end{minipage}\\[2.5em]}}}% {%
\\[2.5em]%
\begin{minipage}{\quotewidth}%
\quotestyle{\@quote}
\end{minipage}}}}%
\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

View file

@ -279,4 +279,3 @@ Albert Einstein discovered that $e=mc^2$ in 1905.
%% end of file `template.tex'. %% end of file `template.tex'.