$$\begin{Bmatrix}
\max_{\left(x\right)}
\end{Bmatrix}$$
Is it possible to move the subscript directly under \max instead of slightly to the right of it?
$$\begin{Bmatrix}
\max_{\left(x\right)}
\end{Bmatrix}$$
Is it possible to move the subscript directly under \max instead of slightly to the right of it?
A natural way would be:
\[\begin{Bmatrix}
\displaystyle\max_{\left(x\right)}
\end{Bmatrix}\]
\max\limits_{\left(x\right)}– Henri Menke May 20 '21 at 07:33Bmatrix? Anyway, you don't need\left(x\right), but just(x). – egreg May 20 '21 at 07:35