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.

> I then tried latex cells (obtained by prefixing the cell with %latex)
> but have some problems that I'm hoping someone can help me  
> troubleshoot.
>
> I tried:
>
> %latex
> $\iiint_E y e^{-xy}\;dV$
>
> and got about a page and a half of output (attached to this email as
> "full_output.txt"). Not wanting to bore you with the whole output,
> below you'll find the parts that I think are relevant to help
> troubleshoot the problem; the snippets from the full output listing
> are between the "*"'s
>
> Thanks for any help or suggestions that you can provide,
> Gary.

I'm no TeX guru, but it looks like some configuration on your  
computer is set up differently that what we're expecting. We don't  
ship any TeX/LaTeX with sage, it uses whatever happens to be on your  
system. You might want to look at the actual tex file, or  
sage.misc.latex, to try and figure out what's going on.

- Robert


--~--~---------~--~----~------------~-------~--~----~
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