File: mathjaxhelper.js

package info (click to toggle)
meep 1.17.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 52,216 kB
  • sloc: cpp: 29,881; python: 17,210; javascript: 9,819; lisp: 1,225; makefile: 481; sh: 249; ansic: 133
file content (5 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (13)
1
2
3
4
5
MathJax.Hub.Config({
  config: ["MMLorHTML.js"],
  jax: ["input/TeX", "output/HTML-CSS", "output/NativeMML"],
  extensions: ["MathMenu.js", "MathZoom.js"]
});