Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!rutgers!usc!julius.cs.uiuc.edu!ux1.cso.uiuc.edu!csrd.uiuc.edu!s41.csrd.uiuc.edu!eijkhout From: eijkhout@s41.csrd.uiuc.edu (Victor Eijkhout) Newsgroups: comp.text.tex Subject: Re: increasing threshold for overfull hbox message Message-ID: <1990Nov21.223323.27075@csrd.uiuc.edu> Date: 21 Nov 90 22:33:23 GMT References: <1990Nov21.185345.20116@hoss.unl.edu> Sender: news@csrd.uiuc.edu (news) Distribution: comp Organization: UIUC Center for Supercomputing Research and Development Lines: 11 jaffe@hoss.unl.edu (David Jaffe) writes: >How can I increase the threshold for overfull hbox messages, so that (e.g) >no error message is printed when I have an hbox which is overfull by <= 2 >points? Two parameters: \hfuzz for the amount that is allowed to go unnoticed (default: .1pt), and \hbadness for the badness that is allowed to go unreported. Vertical analogons exist. Victor.