Instead of using jsMath, you could type "latex(a)" to get the LaTeX code for 
the object a.  Then you can paste it into a LaTeX document and edit it as 
you please for viewing or printing.

Or you can do this:

   sage: from sage.misc.latex import _latex_file_
   sage: _latex_file_(a)

This will output a string which contains the entire LaTeX file containing 
the print representation of a, suitable for saving to a file, editing, and 
running "latex" or "pdflatex" on.

-- 
John

-- 
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
URL: http://www.sagemath.org

Reply via email to