Re: [sage-support] latex and hold parameter

2015-01-20 Thread kcrisman
> > as expected, this really is a bug in latex(): > > sage: latex(120/factorial(5,hold=True)) > \frac{120}{120} > sage: str(120/factorial(5,hold=True)) > '120/factorial(5)' > > I agree, please feel free to cc: me on such a ticket. Though it may need digging into Pynac :( -- You received

[sage-support] Re: Downloading Problems

2015-01-20 Thread kcrisman
> I'm having Sage downloading problems. > > I have a Windows 7 computer and when I tried to download Sage, it told me > to download Ubantu. > Not exactly. It should tell you to download something called VirtualBox. See the instructions at the *bottom* of http://sagemath.org/download-windows

Re: [sage-support] Need to find lost password

2015-01-20 Thread William Stein
On Jan 20, 2015 7:17 PM, "A.J. Kulish" wrote: > > I desperately need to find my lost password for my account. I have old work for a class that I need to access. please help ASAP > Is this for https://cloud.sagemath.com? If so email me directly at wst...@gmail.com. > -- > You received this messa

[sage-support] Need to find lost password

2015-01-20 Thread A.J. Kulish
I desperately need to find my lost password for my account. I have old work for a class that I need to access. please help ASAP -- 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, se

[sage-support] Downloading Problems

2015-01-20 Thread pekal001
I'm having Sage downloading problems. I have a Windows 7 computer and when I tried to download Sage, it told me to download Ubantu. When I tried this, it told me to download program that can open ISO files. I tried this and just got a bunch of malware. What's the easiest way to download Sage

Re: [sage-support] latex and hold parameter

2015-01-20 Thread Jeroen Demeyer
On 2015-01-20 17:27, Dan Drake wrote: On Fri, 16 Jan 2015 at 09:57AM -0800, Pedro Cruz wrote: An unexpected behaviour in latex() command (both 5.12 and 6.4 Sage versions): sage: latex( 120/factorial(5,hold=True) ) \frac{120}{120} sage: latex( factorial(5,hold=True) ) 5! We need to "hold" t

Re: [sage-support] latex and hold parameter

2015-01-20 Thread Dan Drake
On Fri, 16 Jan 2015 at 09:57AM -0800, Pedro Cruz wrote: > An unexpected behaviour in latex() command (both 5.12 and 6.4 Sage > versions): > > sage: latex( 120/factorial(5,hold=True) ) > \frac{120}{120} > sage: latex( factorial(5,hold=True) ) > 5! > > We need to "hold" the expression for prop