| 1 | initial version |
In the notebook, I believe that executing a %latex cell is equivalent to the command
Latex().eval("string", globals=globals)
For example,
Latex().eval(r"""Hello
\[
x=f(x)
\]
Goodbye""", globals=globals)
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.