numbas-elm-theme/mathjax-config.js

10 lines
200 B
JavaScript
Raw Permalink Normal View History

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