How do I change \arraycolsep for a single environment? E.g., I have \arraycolsep set so that the white spacing on either side of "=" in the equation array environment is not excessive. However, this brings the columns of matrices in the bmatrix environment closer together as well. I would like to redefine the matrix (bmatrix) environment so that it calls upon a local definition of \arraycolsep that is different than the one used globally (for equation arrays).
|
|
||||
|
You can use the etoolbox package to make adjustments to environments.
The alteration takes place inside a group, so it will be undone when the environment ends. Of course, as @Werner has pointed out, the solution to problems with |
||||
|
|
|
You can explicitly set the column separation for them. To keep the spacing uniform in the document, you could specify the dimension in the preamble and then just use
The |
|||
|
|
|
If you are trying to adjust the Notes:
Code:
|
|||
|
|
eqnarrayenvironment or thatarrayenvironment to simulate an equation array? If its the former, please read\eqnarrayvs\alignand useamsmath's\aligninstead. Please clarify. – Werner Feb 29 '12 at 20:07