Fix underfull \hbox warning in casual style

This commit is contained in:
Tianyi Zheng 2023-05-11 03:50:06 -07:00
commit 35850429f0

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