next up previous contents
Next: Other useful things to Up: Error Messages Previous: TeX errors

Warnings

Warnings do not cause LaTeX to stop processing the document, but preview the output before printing your final version to make sure the output is acceptable. Below are some common warnings, followed by explanations.

Overfull \hbox (24.30751pt too wide) in paragraph at lines 6--9

This occurs whenever a line is too wide to fit between the margins. LaTeX will produce a line that is too wide when it cannot find an acceptable place to insert a line break. Use xdvi to look at the output, then change the file if necessary.

Underfull \hbox (badness 10000) in paragraph at lines 6--18

This error is similar to Overfull \hbox. It occurs when LaTeX is forced to put lots of space between words to justify the text. This usually happens when a paragraph is not properly ended before certain kinds of environments (like forcing a return with \\). Inserting a blank line or a \par command after the offending paragraph should fix it.

(\end occurred inside a group at level 1)

This occurs if you open an environment and forget to close it before the \end{document}.

LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.

This occurs when page numbers change from one running of LaTeX to another. Simply re-run LaTeX to resolve the problem. Occasionally, LaTeX will have to be run twice in a row to clear up the problem.



sepherke
Sat Mar 21 21:20:00 EST 1998