GeneralHow to turn "Underfull \hbox or \vbox" warnings off?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
mayngontay
Posts: 6
Joined: Thu May 29, 2008 9:45 am

How to turn "Underfull \hbox or \vbox" warnings off?

Post by mayngontay »

Dear all,

I think that all mosts of you have faced with "Underfull \hbox or \vbox" warnings. We know the reasons but how can we turn these warnings off?

Thanks,

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

How to turn "Underfull \hbox or \vbox" warnings off?

Post by localghost »

Try some additional commands in the preamble.

Code: Select all

\emergencystretch1em
\tolerance2000
That will result in much less underfull vboxes.


Best regards
Thorsten
Post Reply