Hello!

I've come across this strange bug:

sage: var('x y')
(x, y)
sage: a=x-y/x
sage: a
x - y/x
sage: print a
x - y/x
sage: latex(a)
x + \frac{y}{x}

that last + should be a -. This also doesn't work in the notebook, using print a works, but show(a) shows the expression with a plus sign.

Any ideas as to what is wrong?

thanks!

Oscar

--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to