| 1 | initial version |
You cann get the string of this LaTeX representation with t.latex_(), which you can save to a file as follows:
sage: with open('/path/to/file.txt', 'w') as f:
....: f.write(t._latex_())
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.