We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
var html = "\frac{52}{16}\ +\sqrt[2]{296}+a_2\ -\left(267\right)\ =\ x"
<MathJax // HTML content with MathJax support html={html} // MathJax config option mathJaxOptions={{ messageStyle: 'none', extensions: [ 'tex2jax.js' ], jax: [ 'input/TeX', 'output/HTML-CSS' ], tex2jax: { inlineMath: [ ['$','$'], ['\(','\)'] ], displayMath: [ ['$$','$$'], ['\[','\]'] ], processEscapes: true, }, TeX: { extensions: ['AMSmath.js','AMSsymbols.js','noErrors.js','noUndefined.js'] } }} {...WebView props} />
hi i am using this module but the latext equations are not shopwing up as required please help me how to dipaly these equatioons
The text was updated successfully, but these errors were encountered:
Try removing the {...WebView props}
Sorry, something went wrong.
not work
No branches or pull requests
var html = "\frac{52}{16}\ +\sqrt[2]{296}+a_2\ -\left(267\right)\ =\ x"
<MathJax
// HTML content with MathJax support
html={html}
// MathJax config option
mathJaxOptions={{
messageStyle: 'none',
extensions: [ 'tex2jax.js' ],
jax: [ 'input/TeX', 'output/HTML-CSS' ],
tex2jax: {
inlineMath: [ ['$','$'], ['\(','\)'] ],
displayMath: [ ['$$','$$'], ['\[','\]'] ],
processEscapes: true,
},
TeX: {
extensions: ['AMSmath.js','AMSsymbols.js','noErrors.js','noUndefined.js']
}
}}
{...WebView props}
/>
hi i am using this module
but the latext equations are not shopwing up as required
please help me how to dipaly these equatioons
The text was updated successfully, but these errors were encountered: