Skip to content
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

[TeX][SVG] \set overlapping text with brace #2624

Closed
pkra opened this issue Jan 30, 2021 · 1 comment
Closed

[TeX][SVG] \set overlapping text with brace #2624

pkra opened this issue Jan 30, 2021 · 1 comment
Labels
Accepted Issue has been reproduced by MathJax team Fixed Test Needed v3 v3.1
Milestone

Comments

@pkra
Copy link
Contributor

pkra commented Jan 30, 2021

On mathjax.org#demo (using SVG output), e.g., $$ \set{n | n \in \mathbb{N} }$$ renders

image

More generally, $\set{ x }$ is ok but $ \set{xx}$ is not.

@dpvc
Copy link
Member

dpvc commented Jan 31, 2021

This turns out to be due to an inferred mrow being included in the output of \set where it shouldn't be. (This is similar to the issue in #2524, exactly 100 issues/PRs ago.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted Issue has been reproduced by MathJax team Fixed Test Needed v3 v3.1
Projects
None yet
Development

No branches or pull requests

2 participants