couch/thirdparty/bullet/docs/pybullet_quickstart_guide/PlainPreview/InvokeMathJax.js

5 lines
236 B
JavaScript
Raw Normal View History

2021-03-15 17:11:19 -05:00
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);