first commit

This commit is contained in:
Christian Lawson-Perfect 2025-02-09 20:17:15 +00:00
commit 24fa9a2d77
15 changed files with 1870 additions and 0 deletions

10
mathjax-config.js Normal file
View file

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