On Thu, Jul 12, 2007 at 03:50:40PM +0200, Jean-Marc Lasgouttes wrote:
> Jean-Pierre Chrétien <[EMAIL PROTECTED]> writes:
> > beamer.layout is not up do date compared to 1.5.version
> > (see attachment http://bugzilla.lyx.org/attachment.cgi?id=1626&action=view
> > to bug 3141).
> 
> I applied the patch.

What about the \overset patch by André? It is needed in 1.4, too.
Try \overset{s_1}{=} and you will see it.

-- 
Enrico
Index: src/mathed/math_oversetinset.C
===================================================================
--- src/mathed/math_oversetinset.C      (revisione 19058)
+++ src/mathed/math_oversetinset.C      (copia locale)
@@ -43,7 +43,7 @@
 void MathOversetInset::draw(PainterInfo & pi, int x, int y) const
 {
        int m  = x + width() / 2;
-       int yo = y - cell(1).ascent() + cell(0).descent() - 1;
+       int yo = y - cell(1).ascent() - cell(0).descent() - 1;
        cell(1).draw(pi, m - cell(1).width() / 2, y);
        FracChanger dummy(pi.base);
        cell(0).draw(pi, m - cell(0).width() / 2, yo);

Reply via email to