I want to write something inside some parenthesis, but I'm having troubles with the parenthesis size. Of course, I tried the standard commands :
\left( \right),
\big( \big),
\bigg( \bigg),
\Big( \Big, but the results aren't satisfying.
More specifically, consider this example :
Currently, the exterior parenthesis are too small.
If I use this :
the exterior parenthesis are of the same size as the interior parenthesis (I don't see any difference with the previous code)
If I use this instead :
the exterior parenthesis are now too big.
Is there a way to define some slightly larger parenthesis than the normal ( ) ?