Comment #11 on issue 3062 by [email protected]: set and frozenset are not
printed correctly with latex()
http://code.google.com/p/sympy/issues/detail?id=3062
- By the way, why does the latex printer have a hard-coded limit of 10 for
FiniteSet,
- after which is prints with ... (which should be \ldots btw)?
Currently FiniteSet won't show all the elements in a standard print if
there are quite very many of them. It is set up to look like this
In [2]: FiniteSet(range(100))
Out[2]: {0, 1, 2, ..., 97, 98, 99}
Alternatively we could have it print all of the elements. This seemed
better to me.
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" 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/sympy-issues?hl=en.