[sage-support] TinyMCE don't recognize user-define LaTeX Macros

2011-08-27 Thread pong
Is there a way to make TinyMCE recognize user-define macros? from sage.misc.latex import * latex.add_macro("\\newcommand{\\Rr}{\mathbb{R}}") %latex $\Rr$ returns the blackboard face R. However, $\Rr$ in the TinyMCE editor produces Unknown control sequence '\Rr' Need help. -- To post to this

Re: [sage-support] Re: Sage on a.sage failed

2011-08-27 Thread H.S.Rai
On Sat, Aug 27, 2011 at 2:42 PM, Dan Drake wrote: > > A. So LaTeX is using sagetex.sty from TeXLive, which is out of date > and does not match the Python module built into Sage. > > I would delete that file (try something like "sudo rm > /usr/share/../sagetex.sty" and follow the directions

[sage-support] Re: New Account/Login Links Broken

2011-08-27 Thread Harald Schilly
We have a severe spam problem on the wiki. Sorry, but you have to use your trac account to access it - or get one. greetings Harald -- 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

[sage-support] New Account/Login Links Broken

2011-08-27 Thread Edward Garson
Hello, The links on the page: http://wiki.sagemath.org/interact?action=login all yield the following: Forbidden No MoinAuth in auth list Thank you, Edward Garson -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support

Re: [sage-support] exact vs approximate values

2011-08-27 Thread Alex Ghitza
Hi, On Sat, Aug 27, 2011 at 11:29 PM, Dan Aldrich wrote: > Can the user control either to print an approximate value or an exact value? > I tried to print the value of an integral under a bell curve: > > integrate(e^((-x^2)), x, -3, 3) In addition to Simon's response, if you just want t

[sage-support] Re: exact vs approximate values

2011-08-27 Thread Simon King
Hi Dan, On 27 Aug., 15:29, Dan Aldrich wrote: > Can the user control either to print an approximate value or an exact > value? sage: r = integrate(e^((-x^2)), x, -3, 3) sage: r sqrt(pi)*erf(3) There is the "n" method (I suppose "n" refers to "numerical evaluation"): sage: r.n() 1.7724

[sage-support] exact vs approximate values

2011-08-27 Thread Dan Aldrich
Can the user control either to print an approximate value or an exact value? I tried to print the value of an integral under a bell curve: integrate(e^((-x^2)), x, -3, 3) and get: sqrt(pi)*erf(3) Thanks, -d -- To post to this group, send email to sage-support@googlegroups.c

Re: [sage-support] Re: Sage on a.sage failed

2011-08-27 Thread Dan Drake
On Fri, 26 Aug 2011 at 12:26PM -0700, H.S.Rai wrote: > > On Aug 26, 5:26 am, Dan Drake wrote: > > > > the version of Sage, etc -- I think the Python > > module and LaTeX package for SageTeX are from different versions. If you > > do > > > >         kpsewhich sagetex.sty > > > > what do you get? >

Re: [sage-support] Problems running the app under Mac OS X 10.6.8

2011-08-27 Thread Ivan Andrus
Hmm. It doesn't look app specific. Can you run shells from the app? e.g. from the menu "Terminal Session" > "Sage". If so can you then run notebook() from the sage session? I'm downloading it now to see if I can reproduce this, but I'm leaving for the weekend, so I won't get to it right a