I know there has been discussion about this topic, but I haven't seen a working solution.
Is it possible to define a macro within LaTeX, such that inside math mode, ( would produce \left( and ) would produce \right)?
I know it is possible to define a different macro, say \lparen, but it has the disadvantage of not being as visually clear, and also not as simple, as (. I would like to override the ( command only in math mode. This issue is pretty annoying when writing a lot of math.





\left(\sum_{\substack{i,j\\i<j}} ...\right), just look stupid. Thoughnathis able to handle most of it. – daleif Oct 14 '11 at 8:27(\sum_{\substack{i,j\\i<j}} ...)does not look good either. – Peter Grill Apr 30 '12 at 18:53