Added fast preview for MathJax

Seems to help make MathJax rending much faster.
This commit is contained in:
Roger Labbe 2018-01-08 14:49:00 -08:00
parent b5ecfc8aee
commit 87b210fd22
1 changed files with 4 additions and 1 deletions

View File

@ -215,11 +215,14 @@
},
displayAlign: 'center', // Change this to 'center' to center equations.
"HTML-CSS": {
scale:95,
scale: 95,
availableFonts: [],
preferredFont:null,
webFont: "TeX",
styles: {'.MathJax_Display': {"margin": 4}}
},
"fast-preview": {
"disabled": false
}
});
</script>