Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

LaTeX :)

For the data, you just have to generate a basic function to print matrices like LaTeX tables, and write them in a LaTeX file. Or use the LaTeX representations that are already on sage for almost every object.

For images, just one function that takes a 'plot' object, saves it in a convenient folder as e.g. pdf, and adds a '\includegraphics{}' to your latex files.

Also, you can easily generate sections, an index... Well, I guess you know LaTeX already ;)