[sage-devel] Re: LaTeX and MathML rendering in the browser without a plugin

2012-03-12 Thread Andrew Musselman
Ah cool, didn't know! > > I forgot to add thatmathjaxis supported in the newest version of the > > sage notebook, eg,http://test.sagenb.org > > And the precursor tomathjax(jsmath) is what we support in the current > notebook. -- To post to this group, send an email to sage-devel@googlegroups.com

[sage-devel] LaTeX and MathML rendering in the browser without a plugin

2012-03-09 Thread Andrew Musselman
Looks like a purely Javascript renderer for math in the browser: http://www.mathjax.org/demos/tex-samples/ Could be useful. Best Andrew -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.co

[sage-devel] Re: Sage + Hadoop

2012-02-24 Thread Andrew Musselman
> In any case the streaming utility seems quit like what would be good for > Sage. What do I have to do to take a file with, say, a lot of random > numbers and then use a Sage script to compute the square of each? Can you > give me a brief description? Here's a way to perform that task using sage