-
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
Fix \transn Boarder and Bump Version to 2.1.1 #20
Fix \transn Boarder and Bump Version to 2.1.1 #20
Conversation
56f8565
to
05b352f
Compare
@OmarIthawi would you please review this 👼 |
Nice work, @shadinaif . I have verified locally that these changes fix the issues I was experiencing! I wonder if we should add these example equations to https://github.com/OmarIthawi/arabic-mathjax/blob/master/testcases/testcases.yml ? I don't know what your policy is on when to add new cases there.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @shadinaif and @barillax!
05b352f
to
9d1c9b5
Compare
9d1c9b5
to
7dc0159
Compare
@OmarIthawi Thank you. Yes, this can be considered a patch. I have changed it to 2.1.1 |
@shadinaif @OmarIthawi Thank you! Could you |
Thank you @OmarIthawi The npm package has been published @barillax 👍 |
The
\transn
operator is not creating its own reserved space. The effect of that can be seen in operations like:\sqrt{\transn{1.234}}
\transn{1.234}\\\transn{1.234}
This PR is intended to fix the issue using the CSS file. The result will be:
\sqrt{\transn{1.234}}
\transn{1.234}\\\transn{1.234}
Fixes #19