3.5 Breaking Text Into Lines
Pointless use a very simple greedy algorithm for breaking larger portions of
text into lines: Lines are set top-down; words are moved to the beginning of
the next line if it does not fit on the end of the current.
See About this document... for information on suggesting changes.