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'

Any ideas what's going on?

--
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

Reply via email to