Ticket #1783 (closed defect: fixed)
[with patch, with positive review] fix latex errors with fraction field elements
| Reported by: | mhansen | Owned by: | malb |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-2.10 |
| Component: | commutative algebra | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
sage: sage: R = PolynomialRing(QQ, 'x').fraction_field()
sage: sage: x = R.gen()
sage: sage: a = 1/x
sage: sage: a._FractionFieldElement__numerator = R(0)
sage: sage: latex(a)
\frac{0}{x}
It should instead give 0.
Attachments
Change History
comment:1 Changed 5 years ago by mhansen
- Summary changed from fix latex errors with fraction field elements to [with patch] fix latex errors with fraction field elements
Note: See
TracTickets for help on using
tickets.

