Skip to content

Commit 855f5cc

Browse files
committed
MathJax: use the CommonHTML renderer by default
It does better on windows when rendering the vinculum of a square root symbol.
1 parent 16c2061 commit 855f5cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

themes/default/templates/scripts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
displayMath: [['\\[','\\]'], ['$$','$$']],
1010
processEscapes: true
1111
},
12-
"HTML-CSS": {
12+
"CommonHTML": {
1313
mtextFontInherit: true
1414
},
1515
skipStartupTypeset: true,
@@ -18,7 +18,7 @@
1818
});
1919
MathJax.Hub.processSectionDelay = 0;
2020
</script>
21-
<script type="text/javascript" src="{{options.mathjax_url}}/MathJax.js?config=TeX-AMS-MML_HTMLorMML.js"></script>
21+
<script type="text/javascript" src="{{options.mathjax_url}}/MathJax.js?config=TeX-AMS_CHTML.js"></script>
2222

2323
<!-- numbas stuff -->
2424
<script charset="UTF-8" type="text/javascript" src="scripts.js?build_time={{build_time}}" charset="utf-8"></script>

0 commit comments

Comments
 (0)