first commit
This commit is contained in:
commit
24fa9a2d77
15 changed files with 1870 additions and 0 deletions
10
mathjax-config.js
Normal file
10
mathjax-config.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
MathJax = {
|
||||
tex: {
|
||||
inlineMath: [['$', '$'], ['\\(', '\\)']],
|
||||
packages: {'[+]': ['numbas']}
|
||||
},
|
||||
loader: {
|
||||
load: ['[custom]/numbas-mathjax.js'],
|
||||
paths: {custom: '.'}
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue