Hello,
I try to write a basic expression in mathematica. ]-pi/2,pi/2[ When I use open close brackets, their size match the size of the expression :
When I use open bracket on the left and close on the right, it is the same : But as soon as I want to use open bracket on the right of the expression, the right bracket display in small :
Do you please have an idea how to fix this ? Thank you for kind help best Regards
Not very satisfying, but here is a workaround:
With[{h = 35}, DisplayForm[ RowBox[{Style["[", h], "\[NegativeMediumSpace]", -Pi/2, ",", Pi/2, "\[NegativeMediumSpace]", Style["[", h]}]]]
It is not clear exactly what you are trying to fix. Instead of images, please provide code that exhibits the problem.