TeX - LaTeX Asked by Phil Miller on May 16, 2021
I often see output from TeX with the warning overfull hbox, badness 10000
. What does this message mean?
Quoting Phil Miller answer, for completeness:
This message means that a line of your document is too long to fit within the horizontal space on the page, and TeX couldn't find a good way to break it apart. This will usually result in text hanging out past the margin, possibly even running off the side of the page. Common causes are long words without proper hyphenation information and long displayed equations.
These warnings can also happen by manually breaking works with -
as commented by Sebastian. This can be fixed by importing the package usepackage{hyphenat}
and using its command hyp{}
to break words, i.e., hyphenatedhyp{}word
instead of hyphenated-word
. But as can be easily noted, typing hyp{}
all the time can be quite annoying. Here come in the babel
package shorthands. See the question How to create an alternative to shortcut "= or hyp{}?, to learn about the usage of the ~=
shorthand. So you can write like hyphenated~=word
, instead of hyphenatedhyp{}word
.
Badboxes warnings can also be caused by breaking lines with and
hbox
as demonstrated on this other question: How to stop newsavebox giving me bad boxes warnings or how to use better names with setbox?
You can control how the overfull hbox, badness
work configuring these latex parameters explained on:
badness
is an integer from 0 to 10000 that is a measure of the quality of the spacing in any given box. https://en.wikibooks.org/wiki/TeX/definition/badness
tolerance
A parameter that tells TeX how much badness is allowable without error. [number] can range from 0 to 10000, and there are no units. https://en.wikibooks.org/wiki/TeX/tolerance
The TeX primitive
pretolerance
is an integer parameter that is used in TeX's line breaking algorithm as described below. The quantity is an integer from -1 to 10000.If
pretolerance
is an integer from 0 to 10000, then TeX's line breaking algorithm first attempts to break up a paragraph without hyphenation. In this attempt TeX ties to minimize the badness of each line. If TeX can break up a paragraph so that none of the lines have badness greater thanpretolerance
, then TeX accepts it. If this is not possible, TeX will re-attempt to break up the paragraph with the allowance of hyphenation of words. In this second attempt, the integer parameter tolerance is used instead ofpretolerance
. If TeX is unsuccessful in the second attempt an error is reported in the log file.If
pretolerance
is-1
, then TeX bypasses the first attempt at breaking a paragraph without hyphenation. https://en.wikibooks.org/wiki/TeX/pretolerance
On these questions there are more related information about line breaking:
Hyphenation:
Bad boxes:
Table of Contents:
Miscellaneous:
Correct answer by user on May 16, 2021
This message means that a line of your document is too long to fit within the horizontal space on the page, and TeX couldn't find a good way to break it apart. This will usually result in text hanging out past the margin, possibly even running off the side of the page. Common causes are long words without proper hyphenation information and long displayed equations.
Answered by Phil Miller on May 16, 2021
The first answer doesn't really help somebody fix the problem, though. Take a look at:
and
http://en.wikibooks.org/wiki/LaTeX/Text_Formatting#Hyphenation
to learn about tolerance
, pretolerance
, and hyphenpenalty
and how they affect the overfull/underfull behavior. Also, if you're fixing the document by hand, you can add hyphenation dictionary entries with hyphenation
or add discretionary hyphens into words with -
.
Answered by dgatwood on May 16, 2021
I always like to see a visual example of these Latex messages. The images above show probably the most frequent occurrence of Overfull hbox
. If you visuals too, her you go:
-> NOTE: The explanations above are very good, so consult them in addition.
The problem is, that sometimes Latex is not able to fit certain information in a needed format on the compiled pdf. As you can see here, the -
overflows the right border which here causes the warning. Hope this helps!
Answered by LC117 on May 16, 2021
Get help from others!
Recent Questions
Recent Answers
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP