#6954: [with patch, needs review] latex output for dictionaries
----------------------------+-----------------------------------------------
Reporter: whuss | Owner: was
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.1.2
Component: user interface | Keywords: latex
Reviewer: | Author: whuss
Merged: |
----------------------------+-----------------------------------------------
Comment(by jhpalmieri):
I like the colon better; thanks. I'm having problems with the same
doctest, though, and I don't think it's a 32/64-bit issue; I get one
answer with a 32-bit build on a mac, a different answer with a 64-bit
build on a mac, and still a different answer on sage.math. So maybe the
doctest should be modified so order doesn't matter, say a dictionary with
a single entry like
{{{
sage: d = {(1,2,3): [y/2, sin(z^2)]}
sage: latex(d)
...
}}}
I'm attaching a patch which makes this change. I'll give the main patch
(trac_6954-latex_dict.patch) a positive review, and if my change is okay,
the whole ticket should get a positive review.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6954#comment:5>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---