mathjax / MathJax

Beautiful and accessible math in all browsers
http://www.mathjax.org/
Apache License 2.0
10.21k stars 1.16k forks source link

Failure to display the formula correctly #3144

Open saraOrkide opened 11 months ago

saraOrkide commented 11 months ago

ex mml code :

`

( 4 )     A B = A ' B ' = c A C = A ' C ' = b B C = B ' C ' = a     ض ض ض A B C Δ   A ' B ' C ' Δ   B ^ = B ' ^ C ^ = C ' ^ A ^ = A ' ^ = 9 0 A ^ = 9 0

` Screenshot from 2023-12-12 18-28-26

The bracket placed for the number 4 is too big using version of mathjax 2.7.9

dpvc commented 11 months ago

This is the correct rendering of the MathML you have given. It is also a duplicate of your #3141, which reports the same "issue". The solution there is the solution here as well: use an <mrow> around the <mo>(</mo> <mn>4</mn> <mo>)</mo>, as recommended by the MathML specification.

saraOrkide commented 10 months ago

Oh, I'm so sorry, I wasn't paying attention to mrow at all Thank you very much