Generaldecoding an error message

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
earl_e
Posts: 1
Joined: Wed Dec 03, 2008 9:14 pm

decoding an error message

Post by earl_e »

while compiling a LaTeX file, I get the warning "<FILENAME>.tex:0:Underfull \vbox (badness 10000) has occurred while \output is active []". Line 0 is "\documentclass{sig-alternate}". what does this mean?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

Re: decoding an error message

Post by phi »

This means in most cases that there is a page which LaTeX considers too empty. This is mostly the result of some inconvenient page break. It is not harmful by itself, but can lead to ugly page layouts. Try to change something on the page where this occurs, sometimes that can help. Your warning message was post-processed by some program that removed the page number and inserted the (useless) line number "0"—messages like this are not the result of a specific line in the code. Have a look at the log file to figure out the page number (in square brackets) of the offending page and look if you can do something about this page.
Post Reply