-
Notifications
You must be signed in to change notification settings - Fork 210
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
The amsCd component is wrongly capitalized #335
Comments
@dpvc is this really fixed in 3.0.1? The file still is capitalised "amscd.js" at https://cdn.jsdelivr.net/npm/mathjax@3.0.1/es5/input/tex/extensions/amscd.js . |
@nasosev, Argh! It is fixed in the source repository (the We will need to do a v3.0.2 release to fix that. There is another issue as well, so we may make another release soon to fix those two items. |
I've opened mathjax/MathJax#2326 to make sure this gets done in the main MathJax repository. |
@nasosev, In the meantime, you can use MathJax = {
loader: {
source: {
'[tex]/amsCd': '[tex]/amscd'
}
}
}; to remap the correct capitalization to the incorrect one. This will allow you to use |
@dpvc |
@nasosev, oh no, not again! I thought I had taken care of that! Apparently I still didn't get it right. We will be making a 3.1.0 release later this month or early next month, and I will see if I can't get it taken care of during that. I will rename the file right now to make sure that it is correct when the next version is released. |
The
amsCd
component has the wrong capitalization, so doesn't load properly with\require{amsCd}
or via autoloading.The text was updated successfully, but these errors were encountered: