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

Too tall square root when numbers used #10

Closed
OmarIthawi opened this issue Dec 29, 2018 · 4 comments · Fixed by #16
Closed

Too tall square root when numbers used #10

OmarIthawi opened this issue Dec 29, 2018 · 4 comments · Fixed by #16

Comments

@OmarIthawi
Copy link
Owner

OmarIthawi commented Dec 29, 2018

The number (8) inside the square root symbol should be lowered down a bit. Script: \sqrt{8} . The problem is not there when you have a variable inside the square root. It is only appears when for square roots of simple numeric number.

image

Another example with the problem: \sqrt{456-123}
But this one is good! : \sqrt{456-123-x}

Another example:
image

@barillax
Copy link

Hi Omar. Unfortunately, we're seeing a more problematic version of this bug - see screenshot below.

screen shot 2019-02-12 at 5 54 59 pm

We're also seeing it behave properly with variables, but not numbers. However, in tests, the numbers are actually struck through by the top of the square root symbol.

@OmarIthawi
Copy link
Owner Author

Thanks @barillax for sharing that! The font issues are work in progress now, I'll see if this bug can be solved as well.

@shadinaif
Copy link
Contributor

shadinaif commented Feb 17, 2019

@OmarIthawi ; I believe this PR #16 is already solving this issue 👍 (if it is about CommonHTML)

@OmarIthawi
Copy link
Owner Author

@shadinaif looks like it! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants