To reflect the way I draw math by hand, and because I find this more readable, I would like to have \left and \right (or a custom pair of commands) render parentheses‐like symbols with an increasing size, even if their actual content does not get taller.
As is, the code:
\left(\left(\left(\left(a\right)\right)\right)\right)
renders as:

I am seeking something roughly looking like:

Of course, just as \left and \right, it would have to work automatically, that is, I wouldn’t have to specify any size information manually. My guess is that \left and \right measure the height of what is between them and compute an appropriate size for the parentheses. So, it might do the trick to alter their behaviour so that they pretend their parentheses to be slightly taller than how they are actually rendered — say, by a 1.2 factor, or whatever.
How can I achieve that?
\delimiterfactor = 1200? – GuM Apr 12 '17 at 12:26