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-src
npm install
npm run compile
npm run make-components
320.9s
Bash
Copy the build artifacts to content addressed storage for archiving and further usage.
cp -R /MathJax-src/es5 /results
0.7s
Bash