On Fri, Mar 21, 2003 at 05:53:09PM +0200, Tuukka Toivonen wrote: > As the subject says, how can I insert big parentheses into my > multiline equation such that the left parenthesis is on line before the > right parenthesis? Using the standard parenthesis instead of Alt-M ( works > but gives too small parenthesis. I don't mind too much even if I have to > size them by hand (althought automatically resizing parentheses would be > nice).
Type \Big(..\Big) or \bigg(..\bigg) or \Bigg(..\Bigg) A slightly better solution is to enable AMS math and then type \Bigl(..\Bigr) or \biggl(..\biggr) or \Biggl(..\Biggr)
