burnpanck / MathJax-siunitx

MathJax extension that emulates the great LaTeX package `siunitx` by Joseph Wright
Apache License 2.0
20 stars 14 forks source link

Extension’s loadComplete call doesn't match the official guideline #6

Open muzimuzhi opened 6 years ago

muzimuzhi commented 6 years ago

Currently the loadComplete call in packaged siunix.js is

MathJax.Ajax.loadComplete("[Contrib]/siunitx/siunitx.js")

The path the call loads, "[Contrib]/siunitx/siunitx.js", is inconsistent with

Following the docs and practices, the path loadComplete loads should be "[siunitx]/siunitx.js".

burnpanck commented 6 years ago

That must have been a change post the migration out of the MathJax-third-party-extensions repo. I didn't have time to spend on this project since then. If you make a PR, I'll gladly accept it.