![\hbox insuficiente (badness 10000) detectado com a classe newlfm](https://rvso.com/image/309857/%5Chbox%20insuficiente%20(badness%2010000)%20detectado%20com%20a%20classe%20newlfm.png)
Estou ficando chato Underfull \hbox (badness 10000) detected
com esse MWE. Alguém pode dar uma olhada nisso?
\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}
Responder1
É sempre uma 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}
Mas você deve reportar isso ao mantenedor da classe.