Skip to content

Commit

Permalink
Merge pull request #20 from shadinaif/shadinaif-fix-transn-boarder
Browse files Browse the repository at this point in the history
Fix \transn Boarder and Bump Version to 2.1.1
  • Loading branch information
OmarIthawi authored Apr 10, 2019
2 parents 9bf2a65 + 7dc0159 commit 0a453e2
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 28 deletions.
1 change: 1 addition & 0 deletions dist/arabic.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/arabic.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions dist/unpacked/arabic.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
border: none;
}

/* Fixing \transn to give it a reserved space using boarder */
.MathJax_CHTML .mjx-mrow > .mjx-mtext .mjx-char.MJXc-TeX-unknown-R {
border: solid transparent;
border-width: 0.45em 0;
}

/* HTML-CSS Output Jax CSS */
.MathJax .mfliph {
display: inline-block !important;
Expand Down
2 changes: 1 addition & 1 deletion dist/unpacked/arabic.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
}());

MathJax.Extension.Arabic = {
version: '2.1.0',
version: '2.1.1',
config: MathJax.Hub.CombineConfig("Arabic", {
dict: {
// A macros to force English zero in both languages
Expand Down
Loading

0 comments on commit 0a453e2

Please sign in to comment.