Hello, On Sat, Jan 8, 2011 at 8:26 PM, Eviatar <[email protected]> wrote: > I was wondering about people's opinions on typesetting lists in LaTeX > with curly braces ({ }) instead of square brackets ([ ]) as is done in > Python. This would be more mathematically correct, as sets are > typically denoted like this in mathematics.
Sage's Set objects are typeset in LaTeX using using curly brackets. With your change, they wouldn't be distinguishable. Additionally, lists have an ordering which make them mathematically different than sets. --Mike -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
