Skip to content

Commit dd6ac0c

Browse files
committed
corrects options for mathmaps and fonts path
1 parent 19348fb commit dd6ac0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

options/accessibility.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

output/fonts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)