schmmd wrote: > I don't seem to be able to pretty print in sage. I remember doing > this in class, but the pretty_print function gives the error "It looks > like jsMath failed to set up properly (error code -7). I will try to > keep going, but it could get ugly." when I use it in the notebook > through vmware or the notebook on one of the public web servers. Am I > doing anything wrong? How can I, for example, print a matrix with > latex formatting?
You are doing things correctly. You just need to install some fonts. See http://wiki.sagemath.org/faq#IgetanerrorfromjsMathorthemathsymbolsdon.27tlookrightwhendisplayinginthenotebook Typically, you could do show(M) if M is a matrix and it will show the thing in a nice format. Jason --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
