First time here? Check out the FAQ!

Ask Your Question
0

Is it possible to call a Sage command from within a text cell in the Sage Notebook and display the output inline as latex?

asked 11 years ago

p1999 gravatar image

updated 11 years ago

I know it is possible to insert latex inline within a text cell in the Sage Notebook, but is it possible to have that being the output of a Sage command? Thanks!

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
0

answered 11 years ago

ppurka gravatar image

updated 11 years ago

No you can't. But you can take the output of a sage command and get the latex out of it. To do so right click on the output and then select Show math as -> tex command.

You can then paste that latex into the text cell, enclosed within $ symbols.

Edit: I forgot to add. You need to either use view() or pretty_print() or enable the Typeset check box to get a typeset output.

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 11 years ago

Seen: 503 times

Last updated: Aug 14 '13