On Monday, July 8, 2013 4:31:43 PM UTC+2, Dox wrote:
>
> I'm trying to reproduce the examples in the page, starting with 
> "Schwarzschild spacetime"
>
> So far I'm getting the following:
>
> * When defining a `Chart`, say `X`, t
> from manifolds.all import *
> M = Manifold(4, 'M', r'M'); M
> X = Chart(M, r't, r:positive, th:positive:\theta, ph:\phi', 'BL')
> X
> does not return the latex output, but this
>
> chart 'BL' (t, r, th, ph)
>
> this is not a problem because after trying 
> X.show()
> the expected output pops up!
>

It may be that the option typeset is not set in your notebook. 

 Cheers,  

 MichaƂ

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to