Skip to content
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

Closed
ickc opened this issue Aug 26, 2021 · 1 comment
Closed

empheq is missing #2762

ickc opened this issue Aug 26, 2021 · 1 comment
Labels
Accepted Issue has been reproduced by MathJax team Fixed v3 v3.2
Milestone

Comments

@ickc
Copy link

ickc commented Aug 26, 2021

Under es5/input/tex/extensions, empheq.js is missing.

c.f. mathjax/MathJax-docs#290

@dpvc
Copy link
Member

dpvc commented Sep 16, 2021

Thanks for your report. It turns out that the build file for empheq and cases put the packed file into the wrong location. I will make a pull request to fix it, but in the meantime, you can use the configuration

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 dpvc added Accepted Issue has been reproduced by MathJax team v3 labels Sep 16, 2021
dpvc added a commit to mathjax/MathJax-src that referenced this issue Sep 16, 2021
@dpvc dpvc self-assigned this Jan 11, 2022
@dpvc dpvc added this to the 3.2.1 milestone Jan 31, 2022
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)
@dpvc dpvc added Merged Merged into develop branch and removed Ready for Review labels Feb 22, 2022
@dpvc dpvc removed their assignment Jun 1, 2022
@dpvc dpvc added Fixed v3.2 and removed Merged Merged into develop branch labels Jun 1, 2022
@dpvc dpvc closed this as completed Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted Issue has been reproduced by MathJax team Fixed v3 v3.2
Projects
None yet
Development

No branches or pull requests

2 participants