Using amsmath, is there a command I could add in my preamble so that brackets automatically resize as appropriate?
I would like to be able to type ( and ) and for this to do the same as \left( and \right). Is this possible?
Using amsmath, is there a command I could add in my preamble so that brackets automatically resize as appropriate?
I would like to be able to type ( and ) and for this to do the same as \left( and \right). Is this possible?
\left\rightand use fixed sizes such as(or\bigl(for example you would never want\left(x\right)as left-right makes a mathinner with additional horizontal space – David Carlisle Jan 06 '18 at 01:14