Changes between Initial Version and Version 1 of Ticket #12156
- Timestamp:
- 12/15/11 09:43:24 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12156 – Description
initial v1 3 3 sage: pretty_print(LatexExpr('x^2 + 1')) 4 4 }}} 5 should really typeset "x^2 + 1" instead of displaying the string "x^2 + 1". 5 should really typeset {{{"x^2 + 1"}}} instead of displaying the string {{{"x^2 + 1"}}}. 6 7 Also, import `LatexExpr` globally.