Skip to content

Releases: OmarIthawi/arabic-mathjax

Support for CommonHTML output; Some refactoring; New commands.

09 Jan 13:54
8928c5f
Compare
Choose a tag to compare

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

28 Apr 04:48
360a4d5
Compare
Choose a tag to compare

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:

image

Added support for linebreaks in equations

01 Mar 03:31
Compare
Choose a tag to compare

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

01 Mar 03:31
Compare
Choose a tag to compare
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

01 Mar 14:56
Compare
Choose a tag to compare

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.