bullet3/docs/pybullet_quickstart_guide/PlainPreview/InvokeMathJax.js

5 lines
236 B
JavaScript

var MathjaxScript=document.createElement("script");
MathjaxScript.type="text/javascript";
MathjaxScript.src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.head.appendChild(MathjaxScript);