Opened 6 years ago
Closed 3 years ago
#17565 closed defect (wontfix)
ugly LaTeX of unevaluated sums
Reported by: | rws | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | symbolics | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
sage: sum(binomial(2*n,k),k,1,n) sum(binomial(2*n, k), k, 1, n) sage: latex(_) {\rm sum}\left({2 \, n \choose k}, k, 1, n\right)
This is because in symbolic_expression_from_maxima_string()
function_factory()
is called without latex name.
Change History (3)
comment:1 Changed 4 years ago by
- Milestone changed from sage-6.5 to sage-duplicate/invalid/wontfix
- Status changed from new to needs_review
comment:2 Changed 4 years ago by
- Status changed from needs_review to positive_review
comment:3 Changed 3 years ago by
- Resolution set to wontfix
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
This was resolved in #17505.