On Jan 29, 9:57 am, John H Palmieri <jhpalmier...@gmail.com> wrote: > With Sage 4.3.2.alpha0, command line or notebook: > > sage: text(r"$\left(2 a=b\right)$", (2,3)) # works fine > sage: text(r"$(2 \, a=b)$", (2,3)) # works fine > sage: text(r"$\left(2 \, a=b\right)$", (2,3)) # error! > Traceback (click to the left of this block for traceback) > ... > AttributeError: 'Kern' object has no attribute 'height'
I've created a ticket for this: <http://trac.sagemath.org/sage_trac/ticket/8125> -- John -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org