MCPcopy Create free account
hub / github.com/mlco2/codecarbon / typesetMath

Function typesetMath

docs/javascripts/mathjax.js:14–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12};
13
14function typesetMath() {
15 if (typeof MathJax !== "undefined") {
16 MathJax.startup.output.clearCache();
17 MathJax.typesetClear();
18 MathJax.texReset();
19 MathJax.typesetPromise();
20 }
21}
22
23if (typeof document$ !== "undefined") {
24 document$.subscribe(typesetMath);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…