TeX/hfuzz

From Wikibooks, open books for an open world
< TeX
Jump to: navigation, search

Synopsis [edit]

\hfuzz=[length]

Description [edit]

A parameter that allows hbox's to be overfull by [length] before an overfull error occurs.

Examples [edit]

\hfuzz=1pt

allows hboxes to be up to 1pt overfull before an error occurs.