DevOps / Jan 13 2021 / Published
MathJax UMD build
MathJax for now only provides CommonJS builds. For loading MathJax with d3-require we need an AMD or UMD compatible build, which this MathJax fork with small changes to the build system does.
See the Github repo below for the patch.
This repo is mounted by: Bash
cd /MathJax-srcnpm installnpm run compilenpm run make-components320.9s
Bash
Copy the build artifacts to content addressed storage for archiving and further usage.
cp -R /MathJax-src/es5 /results0.7s
Bash