[sage-devel] LaTeX code to Sage expression?

2011-05-12 Thread Dan Drake
If I have a Sage expression, I can do latex(foo) to get LaTeX code. Is there an inverse to that function? Frequently, I do a calculation in Sage and get something complicated. I find it easier to look at when typeset by TeX, so I call latex(), paste the result into a document, then typeset.

Re: [sage-devel] LaTeX code to Sage expression?

2011-05-13 Thread Mike Witt
On 05/12/2011 09:38:46 PM, Dan Drake wrote: If I have a Sage expression, I can do latex(foo) to get LaTeX code. Is there an inverse to that function? Frequently, I do a calculation in Sage and get something complicated. I find it easier to look at when typeset by TeX, so I call latex(),