#5474: [with patch, needs review] delimiters for LaTeX representation of
matrices
----------------------------+-----------------------------------------------
Reporter: jhpalmieri | Owner: jhpalmieri
Type: enhancement | Status: new
Priority: minor | Milestone: sage-3.4.1
Component: linear algebra | Keywords:
----------------------------+-----------------------------------------------
There was a request on [http://groups.google.com/group/sage-
support/browse_frm/thread/f12feafb8e4285ce sage-support] for the option to
change how matrices are displayed, from parentheses to square brackets.
William made this suggestion:
{{{
How about adding a function to matrix0.pyx that sets a global variable
in that file to the left and right delimiters for matrices?
sage.matrix.matrix0.set_latex_delimiters('[',']')
would set them. That's minimally intrusive. Later on somebody could
come up with some grand scheme for customizing latex output, but
please don't until there are a few more use cases.
}}}
The attached patch implements "set_matrix_latex_delimiters". (I changed
the name slightly.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5474>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---