add mathjax script

This commit is contained in:
Satindar Dhillon
2022-03-22 14:25:41 -07:00
parent f8fa7f0344
commit 16b3095527

View File

@ -0,0 +1,8 @@
MathJax = {
tex: {
inlineMath: [
['$latex', '$'],
['\\(', '\\)'],
],
},
}