On Sun, May 09, 2004 at 07:33:47PM +0300, Alexander Maryanovsky wrote: > > Hi, > > How can I have LyX to *never* break a formula written in math-mode into > two lines? >
Put these lines in the preamble: \binoppenalty = 10000 \relpenalty = 10000 (also, if the formula is long, it should be put in display mode) ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
