Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show does not work for LatexExpr #40

Closed
novoselt opened this issue Jul 6, 2015 · 1 comment
Closed

show does not work for LatexExpr #40

novoselt opened this issue Jul 6, 2015 · 1 comment

Comments

@novoselt
Copy link
Collaborator

novoselt commented Jul 6, 2015

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

@leejt leejt self-assigned this Dec 11, 2015
@williamstein
Copy link
Contributor

One approach could be to handle a case involving show and types in sage_salvus.py (?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants