You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example show(latex(x^2))
in SageNB results in typeset x^2, while cloud shows LaTeX code x^{2}. Same for manually constructed expressions like show(LatexExpr("x^2"))
This is a problem for functions that return LatexExpr with the idea of showing their output typeset when typeset_mode(True), e.g. http://trac.sagemath.org/ticket/18852
The text was updated successfully, but these errors were encountered:
For example
show(latex(x^2))
in SageNB results in typeset
x^2
, while cloud shows LaTeX codex^{2}
. Same for manually constructed expressions likeshow(LatexExpr("x^2"))
This is a problem for functions that return
LatexExpr
with the idea of showing their output typeset whentypeset_mode(True)
, e.g. http://trac.sagemath.org/ticket/18852The text was updated successfully, but these errors were encountered: