You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[convert-with-speech](speech-generator/convert-with-speech.html) A lab to explore all possible speech options in MathJax.
62
+
63
+
58
64
## MathJax Component Files
59
65
60
66
MathJax version 3 has the ability to create MathJax "components" that can be dynamically loaded by MathJax as needed (much as could be done in version 2). This allows portions of MathJax to be bundled together into components that include most or all of what you need to run MathJax, but still allows less-used pieces to be loaded on demand later when needed. This is similar to v2's combined configuration files and TeX extensions.
These expressions will have auto-generated speech attached for screen readers. Focus on a formula and press <kbd>Enter</kbd> to start exploration with the arrow keys.
44
+
</p>
45
+
46
+
<p>
47
+
When $a \ne 0$, there are two solutions to \(ax^2 + bx + c = 0\) and they are
which causes the `a11y/sre` extension to be loaded, and modifies the menu settings to initialise the interactive explorer on page load. In addition we can switch off the assistive mml extension as it is no longer needed.
26
+
27
+
[Run the example](https://mathjax.github.io/MathJax-demos-web/speech-explorer-tex.html)
which causes the `a11y/semantic-enrich` extension to be loaded, and modifies the enrich action to force the enrichment regardless of the settings in the contextual menu. The output jax will pick on on the speech text that is generated by the extension and create the proper tags and attributes for it to be picked up by screen readers.
30
+
which causes the `a11y/semantic-enrich` extension to be loaded, and modifies the enrich action to force the enrichment regardless of the settings in the contextual menu. The output jax will pick up on the speech text that is generated by the extension and create the proper tags and attributes for it to be picked up by screen readers.
31
31
32
32
[Run the example](https://mathjax.github.io/MathJax-demos-web/speech-tex-chtml.html)
0 commit comments