Group Abstract Group Abstract

Message Boards Message Boards

0
|
6.2K Views
|
6 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Avoid issue with bracket size?

Posted 7 years ago

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 : enter image description here

When I use open bracket on the left and close on the right, it is the same : enter image description here But as soon as I want to use open bracket on the right of the expression, the right bracket display in small : enter image description here

Do you please have an idea how to fix this ? Thank you for kind help best Regards

POSTED BY: Morgan Bourgeois
6 Replies

Not very satisfying, but here is a workaround:

With[{h = 35},
 DisplayForm[
  RowBox[{Style["[", h], "\[NegativeMediumSpace]", -Pi/2, ",", Pi/2, 
    "\[NegativeMediumSpace]", Style["[", h]}]]]
POSTED BY: Gianluca Gorni
POSTED BY: Morgan Bourgeois
Posted 7 years ago
POSTED BY: Rohit Namjoshi
Posted 7 years ago
POSTED BY: Rohit Namjoshi
POSTED BY: Morgan Bourgeois
Posted 7 years ago

It is not clear exactly what you are trying to fix. Instead of images, please provide code that exhibits the problem.

POSTED BY: Rohit Namjoshi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard