Re: underfull \hbox



In article <1151676714.159145.28450@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
pkg wrote:
in his LaTeX book (in German) J. Knappen recommends that underfull
\boxes may be eliminated by \usepackage[T1]{fontenc}. What other
solutions to the underfull \hbox-problem are possible?

That seems nonsense to me:

\documentclass{minimal}
\usepackage[T1]{fontenc}
\begin{document}
Begin with some words and \linebreak
continue on the next line.
\end{document}

still has an underfull \hbox. An underfull \hbox means that the
interword space on a line is too large. To solve it, put more words on
the line, I would suggest.

--
Maarten Bergvelt



.