Releases: OmarIthawi/arabic-mathjax
Releases · OmarIthawi/arabic-mathjax
Support for CommonHTML output; Some refactoring; New commands.
The first major release since the creation of the package. Big thanks for @barillax and the Smartly Institute team for helping to make this release happen!
Try it out now via the link below:
Add the charge sheen character
Now supports the \charge
command which renders either the ڛ
or prints a nicely Ruq'ah sheen when using the modified Amiri font:
Example
\ar{\int_{10}^{20}{\charge-10}}
Will be rendered:
Added support for linebreaks in equations
Now supports multiline equations:
MathJax.Hub.Config({
'HTML-CSS': {
linebreaks: {
automatic: true
}
undefinedFamily: 'Amiri'
}
});
To use this version update the configs like the following:
MathJax.Ajax.config.path["arabic"] = "https://cdn.rawgit.com/OmarIthawi/arabic-mathjax/v1.2/dist";
Try out the responsive demo:
Support for MathJax 2.7.1
Merge pull request #12 from Edraak/omar/support-for-mathjax-2.7 Support for MathJax 2.7.1 in a hakish way!
First stable version
Without further due, this is the first version of the extension to introduce Arabic support for MathJax. The rest of the details are available in the README.md.