Ask Your Question
0

Variables in TinyMCE

asked 13 years ago

Eviatar Bach gravatar image

Hello,

Is there any way to fetch Sage variables from TinyMCE? This would be useful to display results of computations inline with formatted text.

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 13 years ago

This is not a good answer, but instead of TinyMCE, you can use a LaTeX cell: first, define a to be something, and then in a plain Sage notebook cell (not a TinyMCE cell):

%latex
The value of $a$ is $\sage{a}$.
Preview: (hide)
link

Comments

Ah, thank you.

Eviatar Bach gravatar imageEviatar Bach ( 13 years ago )

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: 13 years ago

Seen: 515 times

Last updated: Jul 16 '11