Skip to content
New issue

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

latex equations not displaying #39

Open
swaroopaillinda opened this issue Jun 24, 2021 · 2 comments
Open

latex equations not displaying #39

swaroopaillinda opened this issue Jun 24, 2021 · 2 comments

Comments

@swaroopaillinda
Copy link

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

@omivrex
Copy link

omivrex commented Feb 1, 2022

Try removing the {...WebView props}

@PruebasCedum
Copy link

Try removing the {...WebView props}

not work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants