Math & ScienceAlways automatically scaled Delimiters

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
Willie
Posts: 42
Joined: Sat Aug 27, 2011 3:43 am

Always automatically scaled Delimiters

Post by Willie »

Hello,

I would like to have all the delimiters (like '(', ')', '[', ']', '|' ...) automatically adjusted with \left and \right without me having to write it explicitly every time.

Is there a way to redefine them so that "(" would mean "\left("? I tried to use "\DeclarePairedDelimiter" from the mathtools package but didn't figure out how to define it; and if possible I would also like to use the same symbol "(" and not a new macro.

Thanks

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

torbjorn t.
Posts: 162
Joined: Wed Jun 17, 2009 10:18 pm

Always automatically scaled Delimiters

Post by torbjorn t. »

The nath package does this for you, unfortunately it "does not work well with amsmath".
Willie
Posts: 42
Joined: Sat Aug 27, 2011 3:43 am

Re: Always automatically scaled Delimiters

Post by Willie »

Thanks.
It is really unfortunate that it doesn't work well with amsmath. An unacceptable flaw I would say...
Does anyone else know of a useful package or a definition that enables the use of scaled parantheses?
Post Reply