[Tex/LaTex] Forcing an equation to a new line

equationsline-breaking

I'm writing a research statement for a research in computer science and I am using Lyx. In some lines I have an inline formula which is broken into two lines in a PDF output file.
I would like that in such cases an automatic line break will appear just before the equation, with the equation moved into the beginning of the next line. All such equations in my case can easily fit in a single line. Actually, they can even make do with less than half a line.
Is there a way to achieve this result and if so how?

Best Answer

i'm not a lyx user, so i don't know what's possible to apply automatically, but i suspect the options are limited.

the recommended way to set (unnumbered) one-line equations as displays is to surround them by \[ ... \]. this isn't automatic, but is really little more bother than using $ ... $. it requires no packages.

if you do find you need to handle multi-line equations, then amsmath offers quite a few options.

Related Question