On Tue, 25 Nov 2008 17:02:39 -0800
Robert Bradshaw <[EMAIL PROTECTED]> wrote:

> 
> 
> On Nov 25, 2008, at 4:26 PM, Gary Church wrote:
> 
> > Hello good folks,
> >
> > I've been doing more experimentation with the sage notebook
> > interface on my Macbook Pro running OS X leopard in the Safari
> > browser.
> >
> > I've been happy with the results of html cells (obtained by
> > prefixing the cell with %html) and the ability to embed latex code
> > for equations (very pleasing) such as:
> >
> > %hide
> > %html
> > <h1>Problem 1</h1>
> > $\displaystyle\int\int\int_E y e^{-xy}\;dV =
> > \int_{x=0}^1\int_{y=0}^1\int_{z=0}^4 y e^{-xy}\;dz\;dy\; dx$<br>
> >
> > I noticed, however, that support for amsmath macros (like \iiint) is
> > not supported in these cells; would be nice if it was supported :-)
> 
> I agree. We use jsmath http://www.math.union.edu/~dpvc/jsMath/ to do  
> all our rendering in the notebook, so they would be the people to  
> contact about this.

AFAICT, jsmath already includes support for this. We just need to
change the way it is configured for the notebook:

http://www.math.union.edu/~dpvc/jsMath/authors/AMSmath.html

It would be good to turn on other extensions as well, such as
amssymbols and eqn-number. I wonder what the performance penalty for
loading these extensions is.

Cheers,

Burcin

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to