In my document I have a Underfull \vbox (badness 2662). I want to ingnore this specific badbox but none of the others. Therefore, I want to make LaTeX locally less sensitive to badboxes. I tried
\vbadness=3000
<some code>
\vbadness=0
where the last command is intended to turn the "ignore badboxes mode" off again. However, I then get a lot of "badness < 100 or somehing like that" messages, which I didn't get before. I suppose \vbadness=0 is somewhat too little.
What's LaTeX's default mode, I mean, if I don't interfere at all which is the badness threshold under which LaTeX doesn't complain?
alignenvironment ... maybe I should go more into the details: I have an align environment with 3 lines. As usual I set\allowdisplaybreaksto the hightes value, i.e. 4. The environment is at the end of a page. Without my interfering I get an overfull\vboxwhich looks really bad. ... cont'd in next comment! – lpdbw Feb 22 '13 at 20:23\\*. As a result, the page is broken after the first line and I get an underfull\vbox, probably in this first line ... but I am not quite sure. – lpdbw Feb 22 '13 at 20:30