@-
and @hyphenation
: Helping TeX hyphenateAlthough TeX's hyphenation algorithm is generally pretty good, it does miss useful hyphenation points from time to time. (Or, far more rarely, insert an incorrect hyphenation.) So, for documents with an unusual vocabulary or when fine-tuning for a printed edition, you may wish to help TeX out. Texinfo supports two commands for this:
@-
@-
.
@hyphenation{hy-phen-a-ted words}
@hyphenation{man-u-script man-u-scripts}TeX only uses the specified hyphenation points when the words match exactly, so give all necessary variants.
Info output is not hyphenated, so these commands have no effect there.
Go to the first, previous, next, last section, table of contents.