File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ The Configuration Block
172172 },
173173 worker: {
174174 path: ' path-to-bundle/a11y/sre' , // full path to bundle/a11y/sre (set automatically)
175- pool : ' speech-workerpool.html ' , // name of worker-pool file to load in an iframe
175+ maps : ' path-to-sre/lib/mathmaps ' , // full path to sre's speech rules
176176 worker: ' speech-worker.js' , // name of worker script to load as a webworker
177177 debug: false , // true to include debugging messages in the browser console about
178178 // the communications between the page, worker pool, and workers.
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ fonts are stored. For example,
8383 MathJax = {
8484 loader: {
8585 paths: {
86- font : ' /mathjax-fonts' ,
86+ fonts : ' /mathjax-fonts' ,
8787 }
8888 };
8989
You can’t perform that action at this time.
0 commit comments