In a notebook cell one can write:
%latex
Hello
\ [
x=f(x)
\ ]
and an image appear with perfect math notation. (not jsmath)
What is the sage command that does the same receiving a string ? Something like latexrender(r"Hello \ [x=f(x)\ ]")
1 | initial version |
In a notebook cell one can write:
%latex
Hello
\ [
x=f(x)
\ ]
and an image appear with perfect math notation. (not jsmath)
What is the sage command that does the same receiving a string ? Something like latexrender(r"Hello \ [x=f(x)\ ]")