We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Apologies for not having a good minimal example.
Take something like $$ \vcenter{\img[][16pt][16pt][]{some.svg}} \sqcup \vcenter{\img[][30pt][30pt][]{another.svg}} \sqcup \vcenter{\img[][58pt][58pt][]{yetanother.svg}} .$$ (using mathjax-img).
$$ \vcenter{\img[][16pt][16pt][]{some.svg}} \sqcup \vcenter{\img[][30pt][30pt][]{another.svg}} \sqcup \vcenter{\img[][58pt][58pt][]{yetanother.svg}} .$$
In v3, the spacing around \sqcup would be symmetrical:
\sqcup
In v4, the space is asymmetrical:
The text was updated successfully, but these errors were encountered:
Fix spacing before \vcenter, \vtop, \vbox. (mathjax/MathJax#3085)
0e91570
I've made a PR to fix this.
Sorry, something went wrong.
I've tested the patch - thank you!
Merge pull request #990 from mathjax/issue3085
2032f22
No branches or pull requests
Apologies for not having a good minimal example.
Take something like
$$ \vcenter{\img[][16pt][16pt][]{some.svg}} \sqcup \vcenter{\img[][30pt][30pt][]{another.svg}} \sqcup \vcenter{\img[][58pt][58pt][]{yetanother.svg}} .$$
(using mathjax-img).In v3, the spacing around
\sqcup
would be symmetrical:In v4, the space is asymmetrical:
The text was updated successfully, but these errors were encountered: