--
Vegard Lima
--
You received this message because you are subscribed to the Google Groups "sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-support...@googlegroups.com.
To post to this group, send email to sage-s...@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
I also think that the 2nd use if var should erase the 2nd.
But I think that was my point...
If you do something like this
sage: a = var('a',latex_name='BLAH')
and then
sage: a = var('a')
sage: latex(a)
BLAH
So the first a=var(...) did have an impact on the second one, no?
Sorry for m'y repeated mails. I do not want to do that. I beg your pardon.
--