-
-
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
Use physics package would break brackets #2831
Comments
Thanks for the report. The code that determines the argument is matching the wrong close parenthesis. One work-around would be to use additional braces to "hide" the inner parentheses. For example
would be a way to get the desired result from your codepen expression. |
… fences and some vector operators. (mathjax/MathJax#2760, mathjax/MathJax#2831)
Have physics package match nested parentheses, fix spacing issues (mathjax/MathJax#2760, mathjax/MathJax#2831)
@dpvc Hi, If you input It renders fine if physics package is not used. |
Please don't add a new issue to a closed tracker, as that makes it harder to manage the issue and its history. I will start a new issue for this. |
See demo in https://codepen.io/abnerlee/pen/BamQZrp
The size of
()
seems incorrect, but if you removephysics
package,()
looks correctly paried.The text was updated successfully, but these errors were encountered: