I need a way how to make three delimiters (a left, a middle and a right one) having the same size. This situation frequently occurs when defining a set with a vertical bar (\mid) as the "such that" operator.
For example:
Code: Select all
\begin{equation}
A = \left \lbrace f \mid foo \right\rbrace
\end{equation}
In my opinion that is really unpleasant as the vertical bar belongs to the same level as the outer braces.
Thank you for any ideas,
Matthias