[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: @noindent doesn't work?
From: |
Simon Josefsson |
Subject: |
Re: @noindent doesn't work? |
Date: |
Wed, 18 Aug 2004 15:54:12 +0200 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) |
address@hidden (Karl Berry) writes:
> > Still generate warnings, though.
>
> That was rms' choice, many years ago. Even with @finalout, he wanted to
> see warnings, so he'd know where the output would be suboptimal.
>
> If you really want to silence all warnings, try this:
>
> @tex
> \global\hfuzz=\maxdimen
> \global\hbadness=10000
> @end tex
That's useful.
OTOH, since I include *.{ps,pdf} in archives, users won't see this
anyway, and developers might be expected to tolerate them.
If the overfull/underfull \hbox warnings were printed on the standard
error format, they wouldn't look as cluttered, and Emacs `next-error'
etc would be simple to use to locate and fix the errors.
Thanks.