On Thu, Apr 25, 2002 at 12:54:01PM -0400, Nirmal Govind wrote:
> Hi,
> 
> While typing in the math mode, the math text goes into the region which is 
> supposed to be the margin (doesn't stay within textwidth). Hence, the text 
> part of the document is within the textwidth whereas the math part goes 
> beyond this and into the margins. Any way to make the math characters 
> either wrap around or automatically move the whole math box to the next 
> line (assuming that the math box isn't longer than textwidth it should fit 
> within textwidth on the new line).

Latex does break math equations, but it can only break at relation symbols
(e.g. <) or at binary operators (e.g. +,-).
If you want to avoid text that goes into the margins, put \sloppy in the
preamble (note that this can create a lot of space between words).

Reply via email to