[sage-support] Re: Sage Crash Report

2013-04-09 Thread P Purkayastha
On 04/10/2013 04:38 AM, Doaa El-Sakout wrote: Hi, When I opened sage, it crashed and when I wrote in terminal sage I got the following: Oops, Sage crashed. We do our best to make it stable, but... IOError: [Errno 13] Permission denied: '/home/doaa/.sage/cache/_usr_lib_sagemath_devel_sage-ma

Re: [sage-support] Sage Crash Report

2013-04-09 Thread Doaa El-Sakout
Hi, When I opened sage, it crashed and when I wrote in terminal sage I got the following: Oops, Sage crashed. We do our best to make it stable, but... A crash report was automatically generated with the following information: - A verbatim copy of the crash traceback. - A copy of your input

Re: [sage-support] generate latex from symbolic expression without \;

2013-04-09 Thread Dan Drake
On Tue, 09 Apr 2013 at 01:55AM -0700, shersonb wrote: > As it stands, latex(2*x) will return: > > 2 \, x > > and thus leaves a space between the 2 and the x when compiled. This > does not look very good, IMO. Is there an option some where that I can > set so that this behavior is avoided, so that

Re: [sage-support] problem while compiling sage-5.8 with singular

2013-04-09 Thread Aladin VIRMAUX
I tried a lot of things like moving the libraries and so more, without success. I finally installed the 4.9.beta4 which compile without any problem. Thanks, Aladin Le lundi 8 avril 2013 11:23:14 UTC-4, Aladin VIRMAUX a écrit : > > No downgrade seems to fix the problem, always the same error, wi

[sage-support] Re: Some news

2013-04-09 Thread Volker Braun
Actually that makes sense, the C++ STL sort() is implemented in headers and not passed down to glibc sort(). On Tuesday, April 9, 2013 2:19:47 PM UTC+1, FalkRichter wrote: > > The problem seems also to be compiler related : > Somebody recently installed SAGE on our (scientific Linux 6.0 ) cluste

[sage-support] Some news

2013-04-09 Thread FalkRichter
The problem seems also to be compiler related : Somebody recently installed SAGE on our (scientific Linux 6.0 ) cluster but using a more recent gcc version 4.6.0 instead of 4.4.4 which I used for the cluster install. (since this is standart there) The glibc version there is still 2.12. Doing so

Re: [sage-support] generate latex from symbolic expression without \;

2013-04-09 Thread David Loeffler
+1. I don't like this behaviour and I've never understood why it's the default. (Why on earth does Sage insist on overriding LaTeX's very carefully tuned spacing settings? Do we think we know more about typography than TeX's designers?) David On 9 April 2013 09:55, shersonb wrote: > As it stands

[sage-support] generate latex from symbolic expression without \;

2013-04-09 Thread shersonb
As it stands, latex(2*x) will return: 2 \, x and thus leaves a space between the 2 and the x when compiled. This does not look very good, IMO. Is there an option some where that I can set so that this behavior is avoided, so that the above will return "2 x" instead? ~Brian -- You received th