-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
empheq is missing #2762
Comments
Thanks for your report. It turns out that the build file for MathJax = {
loader: {
source: {
'[tex]/empheq': 'https://cdn.jsdelivr.net/npm/mathjax-full@3/components/es5/empheq.js',
'[tex]/cases': 'https://cdn.jsdelivr.net/npm/mathjax-full@3/components/es5/cases.js',
}
},
}; to access these components. |
dpvc
added a commit
to mathjax/MathJax-src
that referenced
this issue
Sep 16, 2021
dpvc
added a commit
to mathjax/MathJax-src
that referenced
this issue
Feb 22, 2022
Update webpack files for empheq and cases (mathjax/MathJax#2762)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Under
es5/input/tex/extensions
,empheq.js
is missing.c.f. mathjax/MathJax-docs#290
The text was updated successfully, but these errors were encountered: