On Fri, May 31, 2002 at 02:04:55PM +0200, Andre Poenitz wrote: > On Fri, May 31, 2002 at 02:55:46PM +0300, Dekel Tsur wrote: > > But $x\\y$ doesn't give you two rows in the output like you see on the > > lyx screen, so it is very misleading. > > What else does it give? It pretty much looks like two rows...
\\ gives you a line break so blah blah blah $x\\y$ blah blah will give you in the latex output blah blah blah x y blah blah Displaying it in two rows in on screen, namely blah blah blah x blah y blah is quite different than the output you get, and it is confusing. Therefore, it is better to treat \\ in inline formulae as an unrecognized macro: The lyx display should be blah blah blah x\y blah blah