[sage-support] Maintain order of symbols in show() or view()

2011-08-10 Thread Joon Ro
Hi, I was wondering if it is possible to maintain the order of symbols in the output of show() or view() as inputted. For example, if I do show(1-alpha) then I get latex output of -alpha + 1, instead of latex output of 1 - alpha. It would be great if there is a way to suppress this. Thank

Re: [sage-support] Re: Use latex tags in variable names?

2011-08-02 Thread Joon Ro
I actually found Sage's documentation hard to follow. This ? business looks really helpful. Thanks for the tip again! -Joon On Tue, 02 Aug 2011 10:35:22 -0500, John Cremona wrote: On Aug 2, 4:16 pm, joonpy wrote: That was exactly what I wanted. Thank you very much! Note that you

[sage-support] Use latex tags in variable names?

2011-08-01 Thread Joon Ro
Hi, I just started using Sage, and I have a question about variable names. I skimmed through the documentation but could not find any answers. Is it possible to used latex tags in variable names so when I do "show(var)" I get the latex output? For example, I want to do: p_1star = var('p_1^*'