Underfull \hbox (maldad 10000) detectado con la clase newlfm

Underfull \hbox (maldad 10000) detectado con la clase newlfm

Me estoy volviendo molesto Underfull \hbox (badness 10000) detectedcon este MWE. ¿Alguien puede investigarlo?

\documentclass[10pt,stdletter]{newlfm}

\namefrom{FROM\_PERSON}

\addrfrom{FROM\_ADDRESS}

\addrto{TO\_ADDRESS}

\greetto{GREETINGS,}
\closeline{CLOSING}


\begin{document}
\begin{newlfm}


LETTER\_BODY\_HERE

\end{newlfm}
\end{document}

Respuesta1

Siempre falta %....

\documentclass[10pt,stdletter]{newlfm}
\makeatletter
\renewcommand{\@zfancyvbox}[2]{%%%%%%%%%%%%%%%%%%%%%%%%
\gdef\@zpqutil{1pt}%
\setbox0\vbox{#2}\ifdim\ht0>#1\relax%%%%%%%%%%%%
\setlength{\@utill}{\the\ht0}%
\addtolength{\@utill}{-#1}%
\addtolength{\@utill}{5.0pt}%
\txa{utill:\the\@utill}%
\xdef\@zpqutil{\the\@utill}%
\txa{@zpqutil:\@zpqutil}%
\fi
}%
\makeatother
\namefrom{FROM\_PERSON}

\addrfrom{FROM\_ADDRESS}

\addrto{TO\_ADDRESS}

\greetto{GREETINGS,}
\closeline{CLOSING}

\begin{document}
\begin{newlfm}


LETTER\_BODY\_HERE



\end{newlfm}
\end{document}

Pero deberías informarlo al mantenedor de la clase.

información relacionada