Skip to content

Commit 20e0850

Browse files
committed
Make equation chunking consistent with SVG
1 parent 993f531 commit 20e0850

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/mj-page.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ function ConfigureMathJax() {
152152
mml2jax: {preview:"none"},
153153
asciimath2jax: {preview:"none"},
154154
SVG: {useFontCache: true, useGlobalCache: false, EqnChunk: 1000000, EqnDelay: 0},
155-
CommonHTML: {EqnChunk: 100000, EqnDelay: 0, undefinedFamily:"monospace"},
155+
CommonHTML: {EqnChunk: 1000000, EqnDelay: 0, undefinedFamily:"monospace"},
156156

157157
//
158158
// This gets run before MathJax queues any actions
@@ -231,7 +231,7 @@ function ConfigureMathJax() {
231231
var SVG = MathJax.OutputJax.SVG, HTML = MathJax.HTML;
232232

233233
//
234-
// Don't need the styles
234+
// Don't need these styles
235235
//
236236
SVGSTYLES = SVG.config.styles;
237237
delete SVGSTYLES["#MathJax_SVG_Tooltip"];

lib/mj-single.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function ConfigureMathJax() {
154154
mml2jax: {preview:"none"},
155155
asciimath2jax: {preview:"none"},
156156
SVG: {useFontCache: true, useGlobalCache: false, EqnChunk: 1000000, EqnDelay: 0},
157-
CommonHTML: {EqnChunk: 100000, EqnDelay: 0, undefinedFamily:"monospace"},
157+
CommonHTML: {EqnChunk: 1000000, EqnDelay: 0, undefinedFamily:"monospace"},
158158

159159
//
160160
// This gets run before MathJax queues any actions

0 commit comments

Comments
 (0)