-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Difference in size of MathJax with LaTeX in \scriptstyle\underbrace{X}
#3300
Comments
\scriptstyle\underbrace{X}
\scriptstyle\underbrace{X}
OK, it looks like under- and overbrace are outliers among the under- and over- macros, as they do seem to reset the style to text-style. I will look into fixing that. Similarly, the matrix and array environments do seem to reset to text-style as well. |
I have made a pull request for v4 that resolves these issues. |
The PR I made does set display-style for the under and over braces. |
Perhaps this solution will help you figure out the problem click |
Make over/under braces and matrices be full size, as in actual TeX (mathjax/MathJax#3300)
Update tests to correspond with the changes for mathjax/MathJax#3300
Issue Summary
In LaTeX
\underbrace
and\overbrace
seem to reset the style of argument to display-style. (cf. KaTeX/KaTeX#764)Steps to Reproduce:
${\textstyle\prod} {\displaystyle\prod} \underbrace{\prod}$
In LaTeX
Technical details:
The text was updated successfully, but these errors were encountered: