I'm trying to save the definition of the square brackets since the package MnSymbol redefines it. I think the redefined ones are aesthetically ugly.
I'm looking for a solution similar to this. A simple and understandable solution is preferable.
How can I apply that solution to the parentheses definition?
\documentclass{standalone}
\usepackage{graphicx}
\usepackage{MnSymbol}
\begin{document}
with MnSymbol: \scalebox{2}{\Big[42\Big]}
\end{document}


MnSymbolis not just a collection of additional symbols; it changes all of them in a style that’s appropriate to accompany Minion, not other fonts. If you don’t use Minion, you don’t want to loadMnSymbol. – egreg Dec 31 '21 at 09:04