Opened 11 years ago
Last modified 11 years ago
#12156 closed defect
Pretty print LatexExpr directly — at Initial Version
Reported by: | jdemeyer | Owned by: | jason |
---|---|---|---|
Priority: | major | Milestone: | sage-4.8 |
Component: | misc | Keywords: | sd35 |
Cc: | tdemedts@…, jhpalmieri | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
An object of type LatexExpr
should be pretty-printed as-is, that is
sage: pretty_print(LatexExpr('x^2 + 1'))
should really typeset "x2 + 1" instead of displaying the string "x2 + 1".
Note: See
TracTickets for help on using
tickets.