-
Notifications
You must be signed in to change notification settings - Fork 7
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
Comments
Thanks @barillax for sharing that! The font issues are work in progress now, I'll see if this bug can be solved as well. |
@OmarIthawi ; I believe this PR #16 is already solving this issue 👍 (if it is about CommonHTML) |
@shadinaif looks like it! Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.Another example with the problem:
\sqrt{456-123}
But this one is good! :
\sqrt{456-123-x}
Another example:
The text was updated successfully, but these errors were encountered: