On Mon, Jul 17, 2006 at 08:43:04PM +0200, Georg Baum wrote: > Am Sonntag, 16. Juli 2006 19:18 schrieb Georg Baum: > > This patch fixes bug 2481 and goes in now since it is obviously correct. > > Martin reminded me that I forgot \over. This is a bit special, since > {1\over 2} is equivalent to \frac{1}{2}, and LyX does therefore not > distinguish is from \frac once it is read in. > This patch changes that so that the normalization is not done in > createMathInset, but when a \over inset is written. > This goes in tomorrow if nobody objects.
This 'normalization' was intentional as \frac can do whatever \over can and is more robust to parse. Andre'