numbas-elm-theme/mathjax-config.js
Christian Lawson-Perfect 24fa9a2d77 first commit
2025-02-09 20:17:33 +00:00

10 lines
No EOL
200 B
JavaScript

MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']],
packages: {'[+]': ['numbas']}
},
loader: {
load: ['[custom]/numbas-mathjax.js'],
paths: {custom: '.'}
}
};